summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1495_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1495_Regression/test_i.h')
-rw-r--r--TAO/tests/Bug_1495_Regression/test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1495_Regression/test_i.h b/TAO/tests/Bug_1495_Regression/test_i.h
index f9a97ecee65..81f28c596a9 100644
--- a/TAO/tests/Bug_1495_Regression/test_i.h
+++ b/TAO/tests/Bug_1495_Regression/test_i.h
@@ -40,11 +40,11 @@ public:
Bug1495_i (CORBA::ORB_ptr orb);
//Destructor
- virtual ~Bug1495_i (void);
+ virtual ~Bug1495_i ();
virtual void get_thread_id (Bug1495_Regression::ThreadId_out thread_id);
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
CORBA::ORB_var orb_;
};