summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:55:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:55:40 +0000
commit0417156338e61c204ad1b677304963223bf44787 (patch)
treeac58c5ca5ad66a8a3ff77481327939aa90a1d968 /TAO/performance-tests
parent761c6080e06765e4a6cc15113b382d6e40931f59 (diff)
downloadATCD-0417156338e61c204ad1b677304963223bf44787.tar.gz
Mon Sep 29 07:55:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h2
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp4
4 files changed, 5 insertions, 5 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
index c827664e5c9..f4a3fb8f2c0 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
@@ -53,7 +53,7 @@ Task_State::Task_State (void)
}
int
-Task_State::parse_args (int argc,char *argv[])
+Task_State::parse_args (int argc,ACE_TCHAR *argv[])
{
ACE_Get_Opt opts (argc, argv, ACE_TEXT("mu:n:t:d:rxof:g:1cl"));
int c;
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp
index 7c32a067b6e..7cc675fe6ed 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.cpp
@@ -99,7 +99,7 @@ Client_i::~Client_i (void)
}
int
-Client_i::init (int argc, char *argv[])
+Client_i::init (int argc, ACE_TCHAR *argv[])
{
this->argc_ = argc;
this->argv_ = argv;
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h
index 12da669c449..0a6b5894a19 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/client.h
@@ -51,7 +51,7 @@ public:
virtual ~Client_i (void);
// destructor.
- int init (int argc, char *argv[]);
+ int init (int argc, ACE_TCHAR *argv[]);
// Initialize the state of <Client_i>.
void run (void);
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp
index 6c27ccee682..d36325f99dd 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp
@@ -24,7 +24,7 @@ public:
Server (void);
// ctor
- void set (Test_i *server, int priority, int argc, char *argv[]);
+ void set (Test_i *server, int priority, int argc, ACE_TCHAR *argv[]);
// Set the test attributes.
// = The ACE_Task_Base methods....
@@ -180,7 +180,7 @@ void
Server::set (Test_i *server,
int priority,
int argc,
- char *argv[])
+ ACE_TCHAR *argv[])
{
server_ = server;
priority_ = priority;