home *** CD-ROM | disk | FTP | other *** search
- #ifndef __RWSTRING_H__
- #define __RWSTRING_H__
- pragma push_align_members(64);
-
- /*
- * RWString: Backwards compatibility declaration
- *
- * $Header: E:/vcs/rw/rwstring.h_v 1.8 01 Mar 1992 15:43:34 KEFFER $
- *
- ****************************************************************************
- *
- * Rogue Wave Software, Inc.
- * P.O. Box 2328
- * Corvallis, OR 97339
- *
- * Copyright (C) 1992. This software is subject to copyright
- * protection under the laws of the United States and other countries.
- *
- ***************************************************************************
- *
- * This file is provided for backwards compatibility. Note, however, that
- * the copy constructor and assignment operator of RWString used reference
- * semantics while the new RWCString uses copy semantics.
- *
- ***************************************************************************
- *
- * $Log: E:/vcs/rw/rwstring.h_v $
- *
- * Rev 1.8 01 Mar 1992 15:43:34 KEFFER
- * Now just a typedef to RWCString.
- */
-
- #include "rw/cstring.h"
-
- typedef RWCString RWString;
-
- pragma pop_align_members();
- #endif /* __RWSTRING_H__ */
-