summaryrefslogtreecommitdiff
path: root/tests/Future_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 23:43:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 23:43:38 +0000
commit45cfdf7d53453f71c69ab0cb30b250ac8e1bdcd2 (patch)
treef0897d6da38eb7d0b425ae278c619f35137693c0 /tests/Future_Test.cpp
parent15a0adcdbcdac5fa27e97de384554e015a482ced (diff)
downloadATCD-45cfdf7d53453f71c69ab0cb30b250ac8e1bdcd2.tar.gz
.
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r--tests/Future_Test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp
index 5eaeccd9899..a2d2b0f4e92 100644
--- a/tests/Future_Test.cpp
+++ b/tests/Future_Test.cpp
@@ -205,8 +205,7 @@ class Method_Request_end : public ACE_Method_Request
// = TITLE
// Reification of the <end> method.
public:
- Method_Request_end (Prime_Scheduler *new_Prime_Scheduler)
- : scheduler_ (new_Prime_Scheduler);
+ Method_Request_end (Prime_Scheduler *new_Prime_Scheduler);
virtual ~Method_Request_end (void);
virtual int call (void);