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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/ORT/ORT_test_i.h b/TAO/tests/ORT/ORT_test_i.h
index 59e81fb7bbd..fca38d4dd19 100644
--- a/TAO/tests/ORT/ORT_test_i.h
+++ b/TAO/tests/ORT/ORT_test_i.h
@@ -21,17 +21,14 @@
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_;
-
};