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