slist.h

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_SLIST_H
00020 #define _STLP_SLIST_H
00021 
00022 # ifndef _STLP_OUTERMOST_HEADER_ID
00023 #  define _STLP_OUTERMOST_HEADER_ID 0xa024
00024 #  include <stl/_prolog.h>
00025 # endif
00026 
00027 #ifndef _STLP_ALGOBASE_H
00028 # include <algobase.h>
00029 #endif
00030 
00031 #ifndef _STLP_ALLOC_H
00032 # include <alloc.h>
00033 #endif
00034 
00035 #include <stl/_slist.h>
00036 
00037 #ifdef _STLP_USE_NAMESPACES
00038 # ifdef _STLP_BROKEN_USING_DIRECTIVE
00039 using namespace STLPORT;
00040 # else
00041 using STLPORT::slist;
00042 #  ifdef _STLP_LIMITED_DEFAULT_TEMPLATES
00043 using STLPORT::__slist;
00044 #  endif
00045 # endif
00046 #endif /* _STLP_USE_NAMESPACES */
00047 
00048 # if (_STLP_OUTERMOST_HEADER_ID == 0xa024)
00049 #  include <stl/_epilog.h>
00050 #  undef _STLP_OUTERMOST_HEADER_ID
00051 # endif
00052 
00053 #endif /* _STLP_SLIST_H */
00054 
00055 // Local Variables:
00056 // mode:C++
00057 // End:

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