summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/RT_lib/RT_Application_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/RT_lib/RT_Application_Command.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/RT_lib/RT_Application_Command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/RT_lib/RT_Application_Command.h b/TAO/orbsvcs/tests/Notify/RT_lib/RT_Application_Command.h
index eaa28d78de7..41a0e128742 100644
--- a/TAO/orbsvcs/tests/Notify/RT_lib/RT_Application_Command.h
+++ b/TAO/orbsvcs/tests/Notify/RT_lib/RT_Application_Command.h
@@ -26,12 +26,12 @@ class TAO_RT_NOTIFY_TEST_Export TAO_Notify_Tests_RT_Application_Command : public
{
public:
/// Constructor
- TAO_Notify_Tests_RT_Application_Command (void);
+ TAO_Notify_Tests_RT_Application_Command ();
/// Destructor
~TAO_Notify_Tests_RT_Application_Command ();
- virtual void handle_init (void);
+ virtual void handle_init ();
};
#include /**/ "ace/post.h"