summaryrefslogtreecommitdiff
path: root/ace/Token.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Token.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
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.