00001 /* 00002 * Copyright (c) 1999, 2000 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 /* NOTE: This is an internal header file, included by other STL headers. 00017 * You should not attempt to use it directly. 00018 */ 00019 00020 #ifndef _STLP_INTERNAL_WRAP_MULTIMAP_H 00021 #define _STLP_INTERNAL_WRAP_MULTIMAP_H 00022 00023 # ifdef _STLP_USE_NAMESPACES 00024 namespace STLPORT { 00025 # endif 00026 00027 # if defined (_STLP_MINIMUM_DEFAULT_TEMPLATE_PARAMS) 00028 # define _Compare less<_Key> 00029 # else 00030 # endif 00031 00032 # if defined (_STLP_DEBUG) && ! defined (_STLP_USE_NAMESPACES) 00033 # else 00034 00035 # endif 00036 00037 00038 # ifdef _STLP_USE_NAMESPACES 00039 } /* namespace STLPORT */ 00040 # endif 00041 00042 #endif /* _STLP_INTERNAL_WRAP_MULTIMAP_H */ 00043 00044 // Local Variables: 00045 // mode:C++ 00046 // End: