diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-15 16:38:54 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-15 16:38:54 +0000 |
commit | d0b22560e2f8ee49cb6b62c3cab0260bd29a939f (patch) | |
tree | 5c7b58240f4d2ab28cec729bb1b7d46a5d01f47f /examples/Threads/task_one.cpp | |
parent | 38a7f5bae22d9f3b15804dff59cf26196ccd9838 (diff) | |
download | ATCD-d0b22560e2f8ee49cb6b62c3cab0260bd29a939f.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Threads/task_one.cpp')
-rw-r--r-- | examples/Threads/task_one.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/Threads/task_one.cpp b/examples/Threads/task_one.cpp index d0a8a12e6c4..7acf8de3789 100644 --- a/examples/Threads/task_one.cpp +++ b/examples/Threads/task_one.cpp @@ -31,11 +31,6 @@ private: int n_iterations_; // Number of iterations to run. - - // = 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; } }; Barrier_Task::Barrier_Task (ACE_Thread_Manager *thr_mgr, |