summaryrefslogtreecommitdiff
path: root/ace/Service_Config.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-04 17:14:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-04 17:14:34 +0000
commit875ea4944e50e14ef742b52433fd2bcc4d3a7570 (patch)
tree4ca9ae4906fb921469f851f2171b4e187f6b9be7 /ace/Service_Config.cpp
parent2844b0440be56adfdfde7e86efc85dfa8a676c43 (diff)
downloadATCD-875ea4944e50e14ef742b52433fd2bcc4d3a7570.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r--ace/Service_Config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp
index c7e58775ccc..02eb22a98cf 100644
--- a/ace/Service_Config.cpp
+++ b/ace/Service_Config.cpp
@@ -402,7 +402,7 @@ ACE_Service_Config::ACE_Service_Config (int ignore_static_svcs,
// There's no point in dealing with this on NT since it doesn't really
// support signals very well...
-#if defined (ACE_LACKS_UNIX_SIGNALS)
+#if !defined (ACE_LACKS_UNIX_SIGNALS)
// This really ought to be a Singleton I suspect...
if (ACE_Service_Config::reactor_->register_handler
@@ -440,7 +440,7 @@ ACE_Service_Config::parse_args (int argc, char *argv[])
{
// There's no point in dealing with this on NT since it doesn't really
// support signals very well...
-#if defined (ACE_LACKS_UNIX_SIGNALS)
+#if !defined (ACE_LACKS_UNIX_SIGNALS)
ACE_Service_Config::signum_ = ACE_OS::atoi (getopt.optarg);
if (ACE_Service_Config::reactor ()->register_handler