summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional/test_i.h')
-rw-r--r--TAO/tests/BiDirectional/test_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/BiDirectional/test_i.h b/TAO/tests/BiDirectional/test_i.h
index f7a40ffbf10..8444d669abe 100644
--- a/TAO/tests/BiDirectional/test_i.h
+++ b/TAO/tests/BiDirectional/test_i.h
@@ -28,10 +28,10 @@ public:
Callback_i (CORBA::ORB_ptr orb);
/// Safe way to shutdown
- void shutdown (void);
+ void shutdown ();
/// The callback method
- void callback_method (void);
+ void callback_method ();
private:
/// The orb
@@ -56,9 +56,9 @@ public:
void callback_object (Callback_ptr callback);
- void shutdown (void);
+ void shutdown ();
- int call_client (void);
+ int call_client ();
private:
/// The ORB