diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-02-26 05:00:25 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-02-26 05:00:25 +0000 |
commit | cbc358a15e57c22074d835fbff013ea7ba8af310 (patch) | |
tree | 3af090089cf90a173f21f659a63609209ef632bc /TAO/tao/default_server.cpp | |
parent | 02d45f3e99a70faac57579d012d60e43b87c8279 (diff) | |
download | ATCD-cbc358a15e57c22074d835fbff013ea7ba8af310.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/default_server.cpp')
-rw-r--r-- | TAO/tao/default_server.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/default_server.cpp b/TAO/tao/default_server.cpp index 5ef16b6861d..e2d8bed4713 100644 --- a/TAO/tao/default_server.cpp +++ b/TAO/tao/default_server.cpp @@ -46,10 +46,8 @@ TAO_Default_Server_Strategy_Factory::create_poa_lock (void) ACE_NEW_RETURN (the_lock, ACE_Lock_Adapter<ACE_Recursive_Thread_Mutex> (), 0); -#else - ACE_NOTSUP_RETURN (0); -#endif /* ACE_HAS_THREADS */ break; +#endif /* ACE_HAS_THREADS */ case TAO_NULL_LOCK: ACE_NEW_RETURN (the_lock, ACE_Lock_Adapter<ACE_Null_Mutex> (), @@ -73,8 +71,6 @@ TAO_Default_Server_Strategy_Factory::create_poa_mgr_lock (void) ACE_Lock_Adapter<ACE_Thread_Mutex> (), 0); break; -#else - ACE_NOTSUP_RETURN (0); #endif /* ACE_HAS_THREADS */ case TAO_NULL_LOCK: ACE_NEW_RETURN (the_lock, |