diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-04 17:14:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-04 17:14:34 +0000 |
commit | 875ea4944e50e14ef742b52433fd2bcc4d3a7570 (patch) | |
tree | 4ca9ae4906fb921469f851f2171b4e187f6b9be7 /ace/Service_Config.cpp | |
parent | 2844b0440be56adfdfde7e86efc85dfa8a676c43 (diff) | |
download | ATCD-875ea4944e50e14ef742b52433fd2bcc4d3a7570.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 4 |
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 |