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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/tests/BiDirectional/test_i.h b/TAO/tests/BiDirectional/test_i.h
index 7536e63f0d6..8444d669abe 100644
--- a/TAO/tests/BiDirectional/test_i.h
+++ b/TAO/tests/BiDirectional/test_i.h
@@ -28,15 +28,14 @@ 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
CORBA::ORB_var orb_;
-
};
/**
@@ -57,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