summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/TestImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/TestImpl.h')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/TestImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/TestImpl.h b/TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/TestImpl.h
index 84cfb593ad6..47e30ff6a5b 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/TestImpl.h
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/TestImpl.h
@@ -15,10 +15,10 @@ class Test_interfaceOne_i
{
public:
// Constructor
- Test_interfaceOne_i (void);
+ Test_interfaceOne_i ();
// Destructor
- virtual ~Test_interfaceOne_i (void);
+ virtual ~Test_interfaceOne_i ();
virtual void getstruct (::Test::structOne_out tester);
};