diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-12 01:02:34 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-12 01:02:34 +0000 |
commit | 2996933cc12d5493d68fad3873a45c3aabba3e18 (patch) | |
tree | eca5b8bdef0a38fe4736df3c33f73da99ab487bb /examples/Threads/TSS_Task.h | |
parent | 55c07b3e66734053a180f1d0ebb644ea6fa3c3bf (diff) | |
download | ATCD-Current.tar.gz |
This commit was manufactured by cvs2svn to create tag 'Current'.Current
Diffstat (limited to 'examples/Threads/TSS_Task.h')
-rw-r--r-- | examples/Threads/TSS_Task.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/examples/Threads/TSS_Task.h b/examples/Threads/TSS_Task.h deleted file mode 100644 index fc2b2f7f25c..00000000000 --- a/examples/Threads/TSS_Task.h +++ /dev/null @@ -1,37 +0,0 @@ -/* -*- C++ -*- */ - -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// tests -// -// = FILENAME -// TSS_Task.h -// -// = AUTHOR -// Prashant Jain and Doug Schmidt -// -// ============================================================================ - -#include "ace/Synch.h" -#include "ace/Token.h" - -class Test_Task -{ -public: - - Test_Task (void); - ~Test_Task (void); - - int open (void *arg); - - static void *svc (void *arg); - - static ACE_Atomic_Op<ACE_Token, int> wait_count_; - static ACE_Atomic_Op<ACE_Token, int> max_count_; - -private: - static ACE_Atomic_Op<ACE_Token, int> count_; -}; |