00001 /* 00002 * Copyright (c) 1997 00003 * Silicon Graphics Computer Systems, Inc. 00004 * 00005 * Permission to use, copy, modify, distribute and sell this software 00006 * and its documentation for any purpose is hereby granted without fee, 00007 * provided that the above copyright notice appear in all copies and 00008 * that both that copyright notice and this permission notice appear 00009 * in supporting documentation. Silicon Graphics makes no 00010 * representations about the suitability of this software for any 00011 * purpose. It is provided "as is" without express or implied warranty. 00012 */ 00013 00014 #ifndef __SGI_STL_ROPE_H 00015 #define __SGI_STL_ROPE_H 00016 00017 #include <hashtable.h> 00018 #include <stl_rope.h> 00019 00020 #ifdef __STL_USE_NAMESPACES 00021 00022 using __STD::char_producer; 00023 using __STD::sequence_buffer; 00024 using __STD::rope; 00025 using __STD::crope; 00026 using __STD::wrope; 00027 00028 #endif /* __STL_USE_NAMESPACES */ 00029 00030 #endif /* __SGI_STL_ROPE_H */ 00031 00032 // Local Variables: 00033 // mode:C++ 00034 // End: