From 62a469e720e3d46d216cb64f0c9c20069b7b2c8b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 19 Apr 2006 11:38:50 +0000 Subject: ChangeLogTag: Wed Apr 19 11:23:12 UTC 2006 Johnny Willemsen --- TAO/tao/IIOP_Factory.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'TAO/tao/IIOP_Factory.cpp') diff --git a/TAO/tao/IIOP_Factory.cpp b/TAO/tao/IIOP_Factory.cpp index 041377b6051..3ba32da5e0a 100644 --- a/TAO/tao/IIOP_Factory.cpp +++ b/TAO/tao/IIOP_Factory.cpp @@ -1,11 +1,12 @@ #include "tao/IIOP_Factory.h" + +#if defined (TAO_HAS_IIOP) && (TAO_HAS_IIOP != 0) + #include "tao/IIOP_Acceptor.h" #include "tao/IIOP_Connector.h" #include "tao/IOP_IORC.h" - #include "ace/OS_NS_strings.h" - ACE_RCSID (tao, IIOP_Factory, "$Id$") @@ -92,3 +93,5 @@ ACE_STATIC_SVC_DEFINE (TAO_IIOP_Protocol_Factory, 0) ACE_FACTORY_DEFINE (TAO, TAO_IIOP_Protocol_Factory) + +#endif /* TAO_HAS_IIOP && TAO_HAS_IIOP != 0 */ -- cgit v1.2.1