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

osclconfig_error_check.h

Go to the documentation of this file.
00001 
00002 #ifndef OSCLCONFIG_ERROR_CHECK_H_INCLUDED
00003 #define OSCLCONFIG_ERROR_CHECK_H_INCLUDED
00004 
00005 
00011 #ifndef OSCL_HAS_EXCEPTIONS
00012 #error "ERROR: OSCL_HAS_EXCEPTIONS has to be defined to either 1 or 0"
00013 #endif
00014 
00020 #ifndef OSCL_HAS_ERRNO_H
00021 #error "ERROR: OSCL_HAS_ERRNO_H has to be defined to either 1 or 0"
00022 #endif
00023 
00029 #ifndef OSCL_HAS_SYMBIAN_ERRORTRAP
00030 #error "ERROR: OSCL_HAS_SYMBIAN_ERRORTRAP has to be defined to either 1 or 0"
00031 #endif
00032 
00039 #ifndef OSCL_HAS_SETJMP_H
00040 #error "ERROR: OSCL_HAS_SETJMP_H has to be defined to either 1 or 0"
00041 #endif
00042 
00043 
00044 #endif //OSCLCONFIG_ERROR_CHECK_H_INCLUDED
00045 
00046 

OSCL API
Posting Version: CORE_8.000.1.1_RC4