00001
00002
00003
00004
00005
00006
00007
00008
00009
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
00024
00025
00026 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00027
00028
00029
00030
00031
00032
00033
00034 class ACE_Export ACE_String_Base_Const
00035 {
00036 public:
00037 static ssize_t const npos;
00038 };
00039
00040 ACE_END_VERSIONED_NAMESPACE_DECL
00041
00042 #include "ace/post.h"
00043 #endif