summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2248_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2248_Regression/test_i.h')
-rw-r--r--TAO/orbsvcs/tests/Bug_2248_Regression/test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2248_Regression/test_i.h b/TAO/orbsvcs/tests/Bug_2248_Regression/test_i.h
index 392ba9fcdea..5b6e84639df 100644
--- a/TAO/orbsvcs/tests/Bug_2248_Regression/test_i.h
+++ b/TAO/orbsvcs/tests/Bug_2248_Regression/test_i.h
@@ -15,11 +15,11 @@ public:
Simple_Server_i (CORBA::ORB_ptr orb, const char* key);
// ctor
- Simple_Server_i (void);
+ Simple_Server_i ();
// ctor
// = The Simple_Server methods.
- char* remote_call (void);
+ char* remote_call ();
char* shutdown (const char* key);