diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 23:32:03 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 23:32:03 +0000 |
commit | 6d766b2581a9599120f7854687479249991f81a1 (patch) | |
tree | 0aca1e6517ab48c98b92aa35399a823c439a2d38 /TAO/tao/default_resource.cpp | |
parent | 3645fd1460a3713439cd2dc6cc0314a88e4ac321 (diff) | |
download | ATCD-6d766b2581a9599120f7854687479249991f81a1.tar.gz |
ChangeLogTag:Tue Dec 21 17:29:02 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_resource.cpp')
-rw-r--r-- | TAO/tao/default_resource.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp index 511b7a366ee..f9268453237 100644 --- a/TAO/tao/default_resource.cpp +++ b/TAO/tao/default_resource.cpp @@ -383,7 +383,7 @@ TAO_Default_Resource_Factory::init_protocol_factories (void) ASYS_TEXT ("TAO (%P|%t) Loaded default protocol <IIOP_Factory>\n"))); } -#if defined (TAO_HAS_UIOP) +#if TAO_HAS_UIOP == 1 protocol_factory = ACE_Dynamic_Service<TAO_Protocol_Factory>::instance ("UIOP_Factory"); @@ -420,7 +420,7 @@ TAO_Default_Resource_Factory::init_protocol_factories (void) ACE_DEBUG ((LM_DEBUG, "TAO (%P|%t) Loaded default protocol <UIOP_Factory>\n")); } -#endif /* TAO_HAS_UIOP */ +#endif /* TAO_HAS_UIOP == 1 */ return 0; } |