summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2503_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2503_Regression/test_i.h')
-rw-r--r--TAO/tests/Bug_2503_Regression/test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_2503_Regression/test_i.h b/TAO/tests/Bug_2503_Regression/test_i.h
index d4d4131ed76..5750eec636c 100644
--- a/TAO/tests/Bug_2503_Regression/test_i.h
+++ b/TAO/tests/Bug_2503_Regression/test_i.h
@@ -11,9 +11,9 @@ public:
virtual void the_operation(CORBA::Long & x);
- virtual void shutdown (void);
+ virtual void shutdown ();
- char * create_and_activate_server(void);
+ char * create_and_activate_server();
private:
CORBA::ORB_var orb_;
};