summaryrefslogtreecommitdiff
path: root/examples/Threads/task_four.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/task_four.cpp
parent38a7f5bae22d9f3b15804dff59cf26196ccd9838 (diff)
downloadATCD-d0b22560e2f8ee49cb6b62c3cab0260bd29a939f.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Threads/task_four.cpp')
-rw-r--r--examples/Threads/task_four.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/Threads/task_four.cpp b/examples/Threads/task_four.cpp
index 64209cb3430..87a2f3abfa8 100644
--- a/examples/Threads/task_four.cpp
+++ b/examples/Threads/task_four.cpp
@@ -55,11 +55,6 @@ private:
// Number of threads per task.
int n_iterations_;
// Number of iterations per thread.
-
- // = Not needed for this test.
- virtual int open (void *) { return 0; }
- virtual int close (u_long) { return 0; }
- virtual int put (ACE_Message_Block *, ACE_Time_Value *) { return 0; }
};
class Worker_Task : public ACE_Task<ACE_MT_SYNCH>