summaryrefslogtreecommitdiff
path: root/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/QOS/Change_Sender_TSpec/QoS_Util.cpp')
-rw-r--r--examples/QOS/Change_Sender_TSpec/QoS_Util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp b/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp
index 0ef3b353248..b36a4a79341 100644
--- a/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp
+++ b/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp
@@ -36,7 +36,7 @@ QoS_Util::~QoS_Util (void)
int
QoS_Util::parse_args (void)
{
- ACE_Get_Opt get_opts (this->argc_, this->argv_, ACE_TEXT("m:n:p:P:c"));
+ ACE_Get_Arg_Opt<ACE_TCHAR> get_opts (this->argc_, this->argv_, ACE_TEXT("m:n:p:P:c"));
int c = 0;
while ((c = get_opts ()) != -1)