00001 /* -*- C++ -*- */ 00002 00003 //============================================================================= 00004 /** 00005 * @file String_Base_Const.h 00006 * 00007 * $Id: String_Base_Const.h,v 1.1.1.1 2003/02/21 18:36:32 chad Exp $ 00008 * 00009 * @author Nanbor Wang <nanbor@cs.wustl.edu> 00010 */ 00011 //============================================================================= 00012 00013 #ifndef ACE_STRING_BASE_CONST_H 00014 #define ACE_STRING_BASE_CONST_H 00015 00016 #include "ace/pre.h" 00017 00018 #include "ace/ACE_export.h" 00019 #include "ace/Basic_Types.h" 00020 00021 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00022 # pragma once 00023 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00024 00025 00026 /** 00027 * @class ACE_String_Base_Const 00028 * 00029 * @brief This class defines a constant for ACE_String_Base to 00030 * circumvent a bug in SunCC 6.0. 00031 */ 00032 class ACE_Export ACE_String_Base_Const 00033 { 00034 public: 00035 static ssize_t npos; 00036 }; 00037 00038 #include "ace/post.h" 00039 #endif /* ACE_STRING_BASE_CONST_H */
1.2.14 written by Dimitri van Heesch,
© 1997-2002