summaryrefslogtreecommitdiff
path: root/examples/Threads/future1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Threads/future1.cpp')
-rw-r--r--examples/Threads/future1.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/Threads/future1.cpp b/examples/Threads/future1.cpp
index ea295e487e1..00814fee881 100644
--- a/examples/Threads/future1.cpp
+++ b/examples/Threads/future1.cpp
@@ -57,7 +57,6 @@ public:
virtual int open (void *args = 0);
virtual int close (u_long flags = 0);
- virtual int put (ACE_Message_Block *mb, ACE_Time_Value *tv = 0);
virtual int svc (void);
ACE_Future<double> work (double param, int count);
@@ -196,13 +195,6 @@ Scheduler::close (u_long)
return 0;
}
-// put... ??
-int
-Scheduler::put (ACE_Message_Block *, ACE_Time_Value *)
-{
- return 0;
-}
-
// service..
int
Scheduler::svc (void)