/home/ntakagi/work/STLport-5.1.5/stlport/stdexceptGo to the documentation of this file.00001 /* 00002 * Copyright (c) 1996,1997 00003 * Silicon Graphics Computer Systems, Inc. 00004 * 00005 * Copyright (c) 1999 00006 * Boris Fomitchev 00007 * 00008 * This material is provided "as is", with absolutely no warranty expressed 00009 * or implied. Any use is at your own risk. 00010 * 00011 * Permission to use or copy this software for any purpose is hereby granted 00012 * without fee, provided the above notices are retained on all copies. 00013 * Permission to modify the code and to distribute modified code is granted, 00014 * provided the above notices are retained, and a notice that the code was 00015 * modified is included with the above copyright notice. 00016 * 00017 */ 00018 00019 #ifndef _STLP_STDEXCEPT 00020 00021 #if !defined (_STLP_OUTERMOST_HEADER_ID) 00022 # define _STLP_OUTERMOST_HEADER_ID 0x63 00023 # include <stl/_prolog.h> 00024 #elif (_STLP_OUTERMOST_HEADER_ID == 0x63) && ! defined (_STLP_DONT_POP_HEADER_ID) 00025 # define _STLP_DONT_POP_HEADER_ID 00026 # define _STLP_STDEXCEPT 00027 #endif 00028 00029 #ifdef _STLP_PRAGMA_ONCE 00030 # pragma once 00031 #endif 00032 00033 #if (_STLP_OUTERMOST_HEADER_ID != 0x63) || defined (_STLP_DONT_POP_HEADER_ID) 00034 # include _STLP_NATIVE_HEADER(stdexcept) 00035 #else 00036 # ifndef _STLP_INTERNAL_STDEXCEPT 00037 # include <stl/_stdexcept.h> 00038 # endif 00039 #endif 00040 00041 #if (_STLP_OUTERMOST_HEADER_ID == 0x63) 00042 # if !defined (_STLP_DONT_POP_HEADER_ID) 00043 # include <stl/_epilog.h> 00044 # undef _STLP_OUTERMOST_HEADER_ID 00045 # else 00046 # undef _STLP_DONT_POP_HEADER_ID 00047 # endif 00048 #endif 00049 00050 #endif /* _STLP_STDEXCEPT */ 00051 00052 // Local Variables: 00053 // mode:C++ 00054 // End:
Generated on Mon Mar 10 15:32:18 2008 by ![]() |