summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h')
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h b/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
index 70996d7c2af..f6a3779ea06 100644
--- a/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
+++ b/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
@@ -36,7 +36,7 @@ private:
public:
// ctor
ReactorTask(ACE_Event_Handler* handler) : reactor_(0), handler_(handler){}
- virtual int svc (void);
+ virtual int svc ();
// The thread entry point.
ACE_Reactor* reactor_;