summaryrefslogtreecommitdiff
path: root/ace/Remote_Tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Remote_Tokens.h')
-rw-r--r--ace/Remote_Tokens.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ace/Remote_Tokens.h b/ace/Remote_Tokens.h
index d9310592f7f..ec39d3d26eb 100644
--- a/ace/Remote_Tokens.h
+++ b/ace/Remote_Tokens.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -13,6 +13,7 @@
#ifndef ACE_REMOTE_MUTEX_H
#define ACE_REMOTE_MUTEX_H
+
#include /**/ "ace/pre.h"
#include "ace/INET_Addr.h"
@@ -29,6 +30,8 @@
#if defined (ACE_HAS_TOKENS_LIBRARY)
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Remote_Token_Proxy
*
@@ -306,6 +309,8 @@ private:
void operator= (const ACE_TSS_Connection &);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_HAS_TOKENS_LIBRARY */
#if defined (__ACE_INLINE__)
@@ -313,4 +318,5 @@ private:
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
+
#endif /* ACE_REMOTE_TOKEN_H */