diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-10-26 16:29:08 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-10-26 16:29:08 +0000 |
commit | 5010dbda3bfc3824ec5ecb1fdc6faca8705810d5 (patch) | |
tree | 9e7f177357a5000d3e75265334fea34fad3a1dda | |
parent | 7eb0890743012ce82a2329678e7843e6b6e5b2ce (diff) | |
download | ATCD-5010dbda3bfc3824ec5ecb1fdc6faca8705810d5.tar.gz |
ChangeLogTag:Thu Oct 26 10:56:36 2000 Steve Huston <shuston@riverace.com>
-rw-r--r-- | ace/OS.h | 5 | ||||
-rw-r--r-- | examples/Reactor/WFMO_Reactor/test_console_input.cpp | 6 |
2 files changed, 5 insertions, 6 deletions
@@ -21,6 +21,8 @@ #include "ace/config-all.h" +#define ACE_MAX_USERID L_cuserid + #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ @@ -404,8 +406,6 @@ typedef long id_t; // Win32 (in the moment). # if defined (ACE_WIN32) -#define ACE_MAX_USERID 32 - // This is necessary to work around bugs with Win32 non-blocking // connects... # if !defined (ACE_NON_BLOCKING_BUG_DELAY) @@ -429,7 +429,6 @@ private: # endif /* _DEBUG */ # else /* !ACE_WIN32 */ # define ACE_NO_HEAP_CHECK -#define ACE_MAX_USERID L_cuserid # endif /* ACE_WIN32 */ // Turn a number into a string. diff --git a/examples/Reactor/WFMO_Reactor/test_console_input.cpp b/examples/Reactor/WFMO_Reactor/test_console_input.cpp index 924466f1d58..bb8c1d5a7b6 100644 --- a/examples/Reactor/WFMO_Reactor/test_console_input.cpp +++ b/examples/Reactor/WFMO_Reactor/test_console_input.cpp @@ -1,5 +1,5 @@ // $Id$ -// + // ============================================================================ // // = LIBRARY @@ -14,8 +14,8 @@ // are interested in console input. // // = AUTHOR -// Irfan Pyarali -// +// Irfan Pyarali <irfan@cs.wustl.edu> +// // ============================================================================ #include "ace/Reactor.h" |