summaryrefslogtreecommitdiff
path: root/examples/Threads/token.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-15 16:38:54 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-15 16:38:54 +0000
commitd0b22560e2f8ee49cb6b62c3cab0260bd29a939f (patch)
tree5c7b58240f4d2ab28cec729bb1b7d46a5d01f47f /examples/Threads/token.cpp
parent38a7f5bae22d9f3b15804dff59cf26196ccd9838 (diff)
downloadATCD-d0b22560e2f8ee49cb6b62c3cab0260bd29a939f.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Threads/token.cpp')
-rw-r--r--examples/Threads/token.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/Threads/token.cpp b/examples/Threads/token.cpp
index 5a51496d011..e8c72be3d1d 100644
--- a/examples/Threads/token.cpp
+++ b/examples/Threads/token.cpp
@@ -10,9 +10,6 @@ class My_Task : public ACE_Task<ACE_MT_SYNCH>
{
public:
My_Task (int n);
- virtual int open (void *) { return 0; }
- virtual int close (u_long) { return 0; }
- virtual int put (ACE_Message_Block *, ACE_Time_Value *) { return 0; }
virtual int svc (void);
static void sleep_hook (void *);