typeinfo.h

00001 /*
00002  * Copyright (c) 1999 
00003  * Boris Fomitchev
00004  *
00005  * This material is provided "as is", with absolutely no warranty expressed
00006  * or implied. Any use is at your own risk.
00007  *
00008  * Permission to use or copy this software for any purpose is hereby granted 
00009  * without fee, provided the above notices are retained on all copies.
00010  * Permission to modify the code and to distribute modified code is granted,
00011  * provided the above notices are retained, and a notice that the code was
00012  * modified is included with the above copyright notice.
00013  *
00014  */
00015 
00016 #ifndef _STLP_OLDSTD_typeinfo
00017 # define _STLP_OLDSTD_typeinfo
00018 
00019 # ifndef _STLP_OUTERMOST_HEADER_ID
00020 #  define _STLP_OUTERMOST_HEADER_ID 0x874
00021 #  include <stl/_prolog.h>
00022 # endif
00023 
00024 # ifndef _STLP_NO_TYPEINFO
00025 
00026 #if defined (__GNUC__) && !defined (__SYMBIAN32__)
00027 # undef _STLP_OLDSTD_typeinfo
00028 #  include <typeinfo>
00029 # define _STLP_OLDSTD_typeinfo
00030 #else
00031 #  include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo.h)
00032 #endif
00033 
00034 // if <typeinfo> already included, do not import anything
00035 
00036 # if defined  (_STLP_USE_OWN_NAMESPACE) && ! (defined (_STLP_TYPEINFO) && !defined(_STLP_NO_NEW_NEW_HEADER))
00037 
00038 _STLP_BEGIN_NAMESPACE
00039 
00040 using /*_STLP_VENDOR_EXCEPT_STD */ :: type_info;
00041 # if !(defined(__MRC__) || defined(__SC__))
00042 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
00043 # endif
00044 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_cast;
00045 
00046 _STLP_END_NAMESPACE
00047 
00048 #endif /* _STLP_OWN_NAMESPACE */
00049 
00050 # endif /* _STLP_NO_TYPEINFO */
00051 
00052 # if (_STLP_OUTERMOST_HEADER_ID == 0x874)
00053 #  include <stl/_epilog.h>
00054 #  undef _STLP_OUTERMOST_HEADER_ID
00055 # endif
00056 
00057 #endif /* _STLP_OLDSTD_typeinfo */
00058 
00059 // Local Variables:
00060 // mode:C++
00061 // End:
00062 

Generated on Mon Jun 5 10:20:45 2006 for Intelligence.kdevelop by  doxygen 1.4.6