00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
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
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 :: type_info;
00041 # if !(defined(__MRC__) || defined(__SC__))
00042 using :: bad_typeid;
00043 # endif
00044 using :: bad_cast;
00045
00046 _STLP_END_NAMESPACE
00047
00048 #endif
00049
00050 # endif
00051
00052 # if (_STLP_OUTERMOST_HEADER_ID == 0x874)
00053 # include <stl/_epilog.h>
00054 # undef _STLP_OUTERMOST_HEADER_ID
00055 # endif
00056
00057 #endif
00058
00059
00060
00061
00062