summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Timeout/Structured_Consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Timeout/Structured_Consumer.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Timeout/Structured_Consumer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Timeout/Structured_Consumer.cpp b/TAO/orbsvcs/tests/Notify/Timeout/Structured_Consumer.cpp
index 5e9736dc7aa..9ace0c63199 100644
--- a/TAO/orbsvcs/tests/Notify/Timeout/Structured_Consumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/Timeout/Structured_Consumer.cpp
@@ -22,14 +22,14 @@ static Notify_Structured_Push_Consumer* consumer_1 = 0;
class Consumer_Client : public Notify_Test_Client
{
public:
- virtual int parse_args (int argc, char* argv[]);
+ virtual int parse_args (int argc, ACE_TCHAR* argv[]);
};
int
-Consumer_Client::parse_args (int argc, char *argv[])
+Consumer_Client::parse_args (int argc, ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "k:");
+ ACE_Get_Opt get_opts (argc, argv, ACE_TEXT("k:"));
int c;
while ((c = get_opts ()) != -1)