summaryrefslogtreecommitdiff
path: root/ace/Token_Request_Reply.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Token_Request_Reply.h')
-rw-r--r--ace/Token_Request_Reply.h20
1 files changed, 8 insertions, 12 deletions
diff --git a/ace/Token_Request_Reply.h b/ace/Token_Request_Reply.h
index 15dea490bc7..86f516a0203 100644
--- a/ace/Token_Request_Reply.h
+++ b/ace/Token_Request_Reply.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -28,8 +28,6 @@
#if defined (ACE_HAS_TOKENS_LIBRARY)
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/// Specifies the size of the fixed length portion of
/// the Transfer structure in ACE_Token_Request
#define ACE_TOKEN_REQUEST_HEADER_SIZE 40
@@ -64,12 +62,12 @@ public:
ACE_Token_Request (void);
/**
- * @param token_type MUTEX, RWLOCK
- * @param proxy_type MUTEX, RLOCK, WLOCK (acquires mean different things)
- * @param operation method
- * @param token_name
- * @param client_id
- * @param options We check USE_TIMEOUT and use the arg.
+ * token_type - MUTEX, RWLOCK
+ * proxy_type - MUTEX, RLOCK, WLOCK (acquires mean different things)
+ * operation - method
+ * token_name
+ * client_id
+ * options - we check USE_TIMEOUT and use the arg.
*/
ACE_Token_Request (int token_type,
int proxy_type,
@@ -258,13 +256,11 @@ private:
} transfer_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
+#endif /* ACE_HAS_TOKENS_LIBRARY */
#if defined (__ACE_INLINE__)
#include "ace/Token_Request_Reply.inl"
#endif /* __ACE_INLINE__ */
-#endif /* ACE_HAS_TOKENS_LIBRARY */
-
#include /**/ "ace/post.h"
#endif /* ACE_TOKEN_REQUEST_REPLY_H */