summaryrefslogtreecommitdiff
path: root/ace/String_Base_Const.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/String_Base_Const.h')
-rw-r--r--ace/String_Base_Const.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/ace/String_Base_Const.h b/ace/String_Base_Const.h
index 5a3f935308e..50a9c086c2b 100644
--- a/ace/String_Base_Const.h
+++ b/ace/String_Base_Const.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -23,8 +23,6 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_String_Base_Const
*
@@ -34,10 +32,8 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Export ACE_String_Base_Const
{
public:
- static ssize_t const npos;
+ static ssize_t npos;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_STRING_BASE_CONST_H */