summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgiovannd <giovannd@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-13 20:38:31 +0000
committergiovannd <giovannd@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-13 20:38:31 +0000
commitf0e02103ed099b77af6ae20ca84a14959ff87ec1 (patch)
tree8311cf5b2a871b7cd2c68274a7f4af19c8868389
parent9d88025ef1adaae2d5cf6ac2bd80ade3fba64a75 (diff)
downloadATCD-f0e02103ed099b77af6ae20ca84a14959ff87ec1.tar.gz
*** empty log message ***
-rw-r--r--examples/ASX/UPIPE_Event_Server/Options.cpp19
1 files changed, 6 insertions, 13 deletions
diff --git a/examples/ASX/UPIPE_Event_Server/Options.cpp b/examples/ASX/UPIPE_Event_Server/Options.cpp
index 46ddad01923..2cec2691abd 100644
--- a/examples/ASX/UPIPE_Event_Server/Options.cpp
+++ b/examples/ASX/UPIPE_Event_Server/Options.cpp
@@ -176,21 +176,14 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
break;
}
- // 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_TEXT)
-# undef ACE_TEXT
-# endif
-# define ACE_TEXT(X) X
if (this->verbose ())
ACE_OS::printf ("%8d = initial concurrency hint\n"
- ACE_SIZE_T_FORMAT_SPECIFIER " = total iterations\n"
- ACE_SIZE_T_FORMAT_SPECIFIER " = thread count\n"
- ACE_SIZE_T_FORMAT_SPECIFIER " = low water mark\n"
- ACE_SIZE_T_FORMAT_SPECIFIER " = high water mark\n"
- ACE_SIZE_T_FORMAT_SPECIFIER " = message_size\n"
- ACE_SIZE_T_FORMAT_SPECIFIER " = initial queue length\n"
+ ACE_SIZE_T_FORMAT_SPECIFIER_A " = total iterations\n"
+ ACE_SIZE_T_FORMAT_SPECIFIER_A " = thread count\n"
+ ACE_SIZE_T_FORMAT_SPECIFIER_A " = low water mark\n"
+ ACE_SIZE_T_FORMAT_SPECIFIER_A " = high water mark\n"
+ ACE_SIZE_T_FORMAT_SPECIFIER_A " = message_size\n"
+ ACE_SIZE_T_FORMAT_SPECIFIER_A " = initial queue length\n"
"%8d = THR_BOUND\n"
"%8d = THR_NEW_LWP\n",
ACE_OS::thr_getconcurrency (),