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 _CPP_BACKWARD_ROPE_H 00015 #define _CPP_BACKWARD_ROPE_H 1 00016 00017 #include "backward_warning.h" 00018 #include "hashtable.h" 00019 #include <ext/rope> 00020 00021 using std::char_producer; 00022 using std::sequence_buffer; 00023 using std::rope; 00024 using std::crope; 00025 using std::wrope; 00026 00027 #endif /* _CPP_BACKWARD_ROPE_H */ 00028 00029 // Local Variables: 00030 // mode:C++ 00031 // End: