summaryrefslogtreecommitdiff
path: root/ACE/examples/ASX/UPIPE_Event_Server/Options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/ASX/UPIPE_Event_Server/Options.cpp')
-rw-r--r--ACE/examples/ASX/UPIPE_Event_Server/Options.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/examples/ASX/UPIPE_Event_Server/Options.cpp b/ACE/examples/ASX/UPIPE_Event_Server/Options.cpp
index c445d1174aa..033132610aa 100644
--- a/ACE/examples/ASX/UPIPE_Event_Server/Options.cpp
+++ b/ACE/examples/ASX/UPIPE_Event_Server/Options.cpp
@@ -165,8 +165,8 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
"\t[-H high water mark]\n"
"\t[-i number of test iterations]\n"
"\t[-L low water mark]\n"
- "\t[-M] message size \n"
- "\t[-n] (THR_NEW_LWP)\n"
+ "\t[-M] message size \n"
+ "\t[-n] (THR_NEW_LWP)\n"
"\t[-q max queue size]\n"
"\t[-S supplier file]\n"
"\t[-s supplier port]\n"
@@ -178,13 +178,13 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
break;
}
- // HACK! This needs to be done to avoid the mismatch from ACE_LIB_TEXT
+ // HACK! This needs to be done to avoid the mismatch from ACE_TEXT
// in ACE_SIZE_T_FORMAT_SPECIFIER to narrow-char on wide-char builds.
// It only works because it's at the end of the file.
-# if defined (ACE_LIB_TEXT)
-# undef ACE_LIB_TEXT
+# if defined (ACE_TEXT)
+# undef ACE_TEXT
# endif
-# define ACE_LIB_TEXT(X) X
+# define ACE_TEXT(X) X
if (this->verbose ())
ACE_OS::printf ("%8d = initial concurrency hint\n"
ACE_SIZE_T_FORMAT_SPECIFIER " = total iterations\n"