diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 17:22:56 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 17:22:56 +0000 |
commit | fef63037ae6b8227bb2af93055a2b30ac856facf (patch) | |
tree | 3f7696f30f7d49ab991f2454effc3e6a9428d9d0 /ace/Token.h | |
parent | a0cfeecc4fd2f422fbdb572042e36bff8ee135ba (diff) | |
download | ATCD-fef63037ae6b8227bb2af93055a2b30ac856facf.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Token.h')
-rw-r--r-- | ace/Token.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ace/Token.h b/ace/Token.h index 26d76735f8c..095582b8ffb 100644 --- a/ace/Token.h +++ b/ace/Token.h @@ -97,6 +97,18 @@ public: // Relinquish the token. If there are any waiters then the next one // in line gets it. + int acquire_read (void); + // Just calls <acquire>. + + int acquire_write (void); + // Just calls <acquire>. + + int tryacquire_read (void); + // Just calls <tryacquire>. + + int tryacquire_write (void); + // Just calls <tryacquire>. + // = Accessor methods. int waiters (void); |