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

osclconfig_error.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
00003 
00004 //                O S C L C O N F I G _ E R R O R
00005 
00006 // = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
00007 
00008 
00015 #ifndef OSCLCONFIG_ERROR_H_INCLUDED
00016 #define OSCLCONFIG_ERROR_H_INCLUDED
00017 
00018 #ifndef OSCLCONFIG_H_INCLUDED
00019 #include "osclconfig.h"
00020 #endif
00021 
00022 #define OSCL_HAS_EXCEPTIONS                     1
00023 #define OSCL_HAS_ERRNO_H                        1
00024 #define OSCL_HAS_SYMBIAN_ERRORTRAP      0
00025 #define OSCL_HAS_SETJMP_H 1
00026 
00027 // system header files
00028 #include <setjmp.h>
00029 #include <errno.h>
00030 
00031 
00032 // confirm that all definitions have been defined
00033 #include "osclconfig_error_check.h"
00034 
00035 #endif // OSCLCONFIG_ERROR_H_INCLUDED
00036 

OSCL API
Posting Version: CORE_8.000.1.1_RC4