summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h
index 3c82dd0f15a..7b61e19797b 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_Custom_Proxy.h
@@ -24,18 +24,18 @@ public:
bool validate_connection ();
- void op1(void);
+ void op1();
void op2(CORBA::Long x);
CORBA::Long op3(CORBA::Long x);
void op4(CORBA::Long x);
- void op5(void);
- void done(void);
+ void op5();
+ void done();
- void cust_op1(void);
+ void cust_op1();
void cust_op2(long x);
long cust_op3(long x);
void cust_op4(long x);
- void cust_op5(void);
+ void cust_op5();
private:
Foo_C_i* servant_;