summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h
index 1400b2bd059..4e0c3bf6c4f 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.h
@@ -38,14 +38,14 @@ public:
// Destructor
int init (int argc,
- char *argv[]);
+ ACE_TCHAR *argv[]);
// Initialize the ORB and get the IFR object reference.
int run (void);
// Execute test code.
private:
int parse_args (int argc,
- char *argv[]);
+ ACE_TCHAR *argv[]);
// Process the command line arguments.
int populate_ifr (void);