Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals   Related Pages  

osclconfig_util_check.h

Go to the documentation of this file.
00001 #ifndef OSCLCONFIG_UTIL_CHECK_H_INCLUDED
00002 #define OSCLCONFIG_UTIL_CHECK_H_INCLUDED
00003 
00009 #ifndef OSCL_HAS_SYMBIAN_TIMERS
00010 #error "ERROR: OSCL_HAS_SYMBIAN_TIMERS has to be defined to either 1 or 0"
00011 #endif
00012 
00018 #ifndef OSCL_HAS_SYMBIAN_MATH
00019 #error "ERROR: OSCL_HAS_SYMBIAN_MATH has to be defined to either 1 or 0"
00020 #endif
00021 
00027 #ifndef OSCL_HAS_ANSI_MATH_SUPPORT
00028 #error "ERROR: OSCL_HAS_ANSI_MATH_SUPPORT has to be defined to either 1 or 0"
00029 #endif
00030 
00035 #ifndef OSCL_CLOCK_HAS_DRIFT_CORRECTION
00036 #error "ERROR: OSCL_CLOCK_HAS_DRIFT_CORRECTION has to be defined to either 1 or 0"
00037 #endif
00038 
00039 #endif // OSCLCONFIG_UTIL_CHECK_H_INCLUDED
00040 
00041 

OSCL API
Posting Version: CORE_8.000.1.1_RC4