summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT_test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/ORT_test_i.h')
-rw-r--r--TAO/tests/ORT/ORT_test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ORT/ORT_test_i.h b/TAO/tests/ORT/ORT_test_i.h
index 41857c1a258..fca38d4dd19 100644
--- a/TAO/tests/ORT/ORT_test_i.h
+++ b/TAO/tests/ORT/ORT_test_i.h
@@ -23,9 +23,9 @@ class ORT_test_i : public virtual POA_ObjectReferenceTemplate::ORT_test
public:
ORT_test_i (CORBA::ORB_ptr orb);
- virtual CORBA::Boolean request_server (void);
+ virtual CORBA::Boolean request_server ();
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
CORBA::ORB_var orb_;