summaryrefslogtreecommitdiff
path: root/tests/Process_Manager_Test.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-08-25 19:47:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-08-25 19:47:36 +0000
commit6cc5863b7c8a343554de6664b295e047f9816461 (patch)
tree410100a1d3cd6d10dbb06facbb2da869b5ac9470 /tests/Process_Manager_Test.cpp
parentcf493d9ea88104f4f9f5aa88b6c1ca637a458c55 (diff)
downloadATCD-6cc5863b7c8a343554de6664b295e047f9816461.tar.gz
ChangeLogTag:Wed Aug 25 14:45:06 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'tests/Process_Manager_Test.cpp')
-rw-r--r--tests/Process_Manager_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Process_Manager_Test.cpp b/tests/Process_Manager_Test.cpp
index 0574d1e6884..6abfff6e57b 100644
--- a/tests/Process_Manager_Test.cpp
+++ b/tests/Process_Manager_Test.cpp
@@ -38,6 +38,7 @@
#include "test_config.h"
#include "ace/Thread_Manager.h"
#include "ace/Process_Manager.h"
+#include "ace/Signal.h"
#include "ace/Get_Opt.h"
ACE_RCSID(tests, Process_Manager_Test, "$Id$")
@@ -271,7 +272,8 @@ multiple_children_sig_handler (void *)
}
}
- return 0;
+ // @@ We never actually reach this code. Comment to fix warning.
+ // return 0;
}
// Function that runs in the child process in its own worker thread