summaryrefslogtreecommitdiff
path: root/ace/Token.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Token.h')
-rw-r--r--ace/Token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Token.h b/ace/Token.h
index 095582b8ffb..0364eaf4082 100644
--- a/ace/Token.h
+++ b/ace/Token.h
@@ -23,6 +23,7 @@
#if defined (ACE_HAS_THREADS)
class ACE_Export ACE_Token
+{
// = TITLE
// Class that acquires, renews, and releases a synchronization
// token that is serviced in strict FIFO ordering.
@@ -35,7 +36,6 @@ class ACE_Export ACE_Token
// blocked awaiting the token are serviced in strict FIFO order as
// other threads release the token (Solaris and Pthread mutexes don't
// strictly enforce an acquisition order).
-{
public:
// = Initialization and termination.