summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h b/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h
index 01a16d4b4ac..8b460c190de 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h
+++ b/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h
@@ -28,25 +28,25 @@ class IDL3_Client
{
public:
/// Constructor
- IDL3_Client (void);
+ IDL3_Client ();
/// Destructor
- ~IDL3_Client (void);
+ ~IDL3_Client ();
/// Initialize the ORB and get the IFR object reference.
int init (int argc,
ACE_TCHAR *argv[]);
/// Execute test code.
- int run (void);
+ int run ();
private:
/// Process the command line arguments.
int parse_args (int argc,
ACE_TCHAR *argv[]);
- int component_test (void);
- int home_test (void);
+ int component_test ();
+ int home_test ();
// Also tests eventtype.
int valuetype_test (const char *repo_id,