rope.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_ROPE_H
00020 #define _STLP_ROPE_H
00021 
00022 # ifndef _STLP_OUTERMOST_HEADER_ID
00023 #  define _STLP_OUTERMOST_HEADER_ID 0xa022
00024 #  include <stl/_prolog.h>
00025 # endif
00026 
00027 #include <stl/_rope.h>
00028 
00029 #ifdef _STLP_USE_NAMESPACES
00030 # ifdef _STLP_BROKEN_USING_DIRECTIVE
00031 using namespace STLPORT;
00032 # else
00033 using STLPORT::char_producer; 
00034 using STLPORT::sequence_buffer; 
00035 using STLPORT::rope; 
00036 using STLPORT::crope; 
00037 using STLPORT::wrope; 
00038 # endif
00039 #endif /* _STLP_USE_NAMESPACES */
00040 
00041 # if (_STLP_OUTERMOST_HEADER_ID == 0xa022)
00042 #  include <stl/_epilog.h>
00043 #  undef _STLP_OUTERMOST_HEADER_ID
00044 # endif
00045 
00046 #endif /* _STLP_ROPE_H */
00047 
00048 // Local Variables:
00049 // mode:C++
00050 // End:

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