summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/TSS_Obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/TSS_Obj.h')
-rw-r--r--ACE/examples/Threads/TSS_Obj.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/ACE/examples/Threads/TSS_Obj.h b/ACE/examples/Threads/TSS_Obj.h
index 7dc4e469851..7e430ca09af 100644
--- a/ACE/examples/Threads/TSS_Obj.h
+++ b/ACE/examples/Threads/TSS_Obj.h
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// TSS_Test.cpp
-//
-// = DESCRIPTION
-// This program tests various features of ACE_Thread and the
-// thread-specific storage variant of <ACE_SingletonEx>.
-//
-// = AUTHOR
-// Prashant Jain and Doug Schmidt
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file TSS_Obj.h
+ *
+ * $Id$
+ *
+ * This program tests various features of ACE_Thread and the
+ * thread-specific storage variant of <ACE_SingletonEx>.
+ *
+ *
+ * @author Prashant Jain and Doug Schmidt
+ */
+//=============================================================================
+
#include "ace/Atomic_Op.h"
#include "ace/Synch_Traits.h"
@@ -24,9 +21,12 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+/**
+ * @class TSS_Obj
+ *
+ * @brief This object is stored in thread-specific storage.
+ */
class TSS_Obj
- // = TITLE
- // This object is stored in thread-specific storage.
{
public:
TSS_Obj (void);