summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Bug_1592_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Bug_1592_Regression/test_i.h')
-rw-r--r--TAO/tests/POA/Bug_1592_Regression/test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/POA/Bug_1592_Regression/test_i.h b/TAO/tests/POA/Bug_1592_Regression/test_i.h
index 215f5fc1fa3..bab87491665 100644
--- a/TAO/tests/POA/Bug_1592_Regression/test_i.h
+++ b/TAO/tests/POA/Bug_1592_Regression/test_i.h
@@ -30,14 +30,14 @@ public:
/// Constructor.
test_i (CORBA::ORB_ptr orb);
- virtual void op (void);
+ virtual void op ();
/// Shutdown the ORB.
- virtual void shutdown (void);
+ virtual void shutdown ();
protected:
/// Destructor.
- ~test_i (void);
+ ~test_i ();
private:
/// Pseudo-reference to the ORB.