summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/double_start/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/double_start/Test_i.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/double_start/Test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/double_start/Test_i.h b/TAO/orbsvcs/tests/ImplRepo/double_start/Test_i.h
index 4012e77da02..bc8e00c029a 100644
--- a/TAO/orbsvcs/tests/ImplRepo/double_start/Test_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/double_start/Test_i.h
@@ -18,9 +18,9 @@ public:
//Destructor
virtual ~Test_i ();
- virtual void arm (void);
+ virtual void arm ();
- virtual void trigger (void);
+ virtual void trigger ();
int exit_code () const;