summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Connection_Timeout/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Connection_Timeout/test_i.h')
-rw-r--r--TAO/tests/MProfile_Connection_Timeout/test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/MProfile_Connection_Timeout/test_i.h b/TAO/tests/MProfile_Connection_Timeout/test_i.h
index 8882fd2c91b..822d6e68bd9 100644
--- a/TAO/tests/MProfile_Connection_Timeout/test_i.h
+++ b/TAO/tests/MProfile_Connection_Timeout/test_i.h
@@ -27,12 +27,12 @@ public:
Simple_Server_i (CORBA::ORB_ptr orb);
/// ctor
- Simple_Server_i (void);
+ Simple_Server_i ();
// = The Simple_Server methods.
- CORBA::ULongLong remote_call (void);
+ CORBA::ULongLong remote_call ();
- void shutdown (void);
+ void shutdown ();
private:
CORBA::ORB_var orb_;