summaryrefslogtreecommitdiff
path: root/TAO/tests/DII_Collocation_Tests/twoway/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DII_Collocation_Tests/twoway/Hello.h')
-rw-r--r--TAO/tests/DII_Collocation_Tests/twoway/Hello.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Hello.h b/TAO/tests/DII_Collocation_Tests/twoway/Hello.h
index 4050797f772..df2a9be278c 100644
--- a/TAO/tests/DII_Collocation_Tests/twoway/Hello.h
+++ b/TAO/tests/DII_Collocation_Tests/twoway/Hello.h
@@ -10,10 +10,10 @@ class Test_Simple_Test_i
{
public:
//Constructor
- Test_Simple_Test_i (void);
+ Test_Simple_Test_i ();
//Destructor
- virtual ~Test_Simple_Test_i (void);
+ virtual ~Test_Simple_Test_i ();
virtual
void test_method (
@@ -115,7 +115,7 @@ public:
const ::Test::Var_Array arg4
);
- virtual char * get_string (void);
+ virtual char * get_string ();
virtual
char * test_unbounded_string (
@@ -124,7 +124,7 @@ public:
CORBA::String_out s3
);
- virtual void shutdown (void);
+ virtual void shutdown ();
CORBA::ULong error_count () const;