summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h b/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h
index 2731ca002b7..4af70e0f7a8 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h
+++ b/TAO/orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h
@@ -41,7 +41,7 @@ public:
// Maximum number of consumers.
};
- int run (int argc, ACE_TCHAR* argv[]);
+ int run (int argc, char* argv[]);
// Execute the test.
virtual void shutdown_consumer (void* consumer_cookie
@@ -51,7 +51,7 @@ public:
// suppliers.
private:
- int parse_args (int argc, ACE_TCHAR* argv[]);
+ int parse_args (int argc, char* argv[]);
// parse the command line args
void connect_consumers (RtecScheduler::Scheduler_ptr scheduler,