diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-19 13:37:46 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-19 13:37:46 +0000 |
commit | cbde56368916dbcf74e7b2deff8c41da9bb4f3e0 (patch) | |
tree | f62b8f5df2c131aeb84719e423ce3c9eea0dfca3 /examples/APG | |
parent | 133fd428c0aa5dd56ba75afdc5db79164efbc772 (diff) | |
download | ATCD-cbde56368916dbcf74e7b2deff8c41da9bb4f3e0.tar.gz |
ChangeLogTag: Sat Jun 19 13:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/APG')
-rw-r--r-- | examples/APG/Signals/SigInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/APG/Signals/SigInfo.cpp b/examples/APG/Signals/SigInfo.cpp index 9043c0b5bda..048f0b2e7ff 100644 --- a/examples/APG/Signals/SigInfo.cpp +++ b/examples/APG/Signals/SigInfo.cpp @@ -4,7 +4,6 @@ #include "ace/Reactor.h" #include "ace/Event_Handler.h" #include "ace/Signal.h" -#include "ace/streams.h" #include "ace/OS_NS_unistd.h" #if !defined (ACE_LACKS_UNIX_SIGNALS) @@ -126,7 +125,8 @@ public: int ACE_TMAIN (int, ACE_TCHAR *[]) { #if defined (ACE_LACKS_FORK) - puts ("This requires fork()\n"); + ACE_DEBUG ((LM_DEBUG, + "This example requires fork()\n")); #else // Create a child process so that we can test our // ability to handle SIGCHLD |