summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 11:38:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 11:38:50 +0000
commit62a469e720e3d46d216cb64f0c9c20069b7b2c8b (patch)
treedc4500e495d97a4c4a287bf53b41c7d5f5112ef0 /TAO/tao/IIOP_Transport.cpp
parentb7ded5251d411cbd599c1973167e0fe3746621a3 (diff)
downloadATCD-62a469e720e3d46d216cb64f0c9c20069b7b2c8b.tar.gz
ChangeLogTag: Wed Apr 19 11:23:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Transport.cpp')
-rw-r--r--TAO/tao/IIOP_Transport.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index 6719491a92d..d7e493e7402 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -1,4 +1,7 @@
#include "tao/IIOP_Transport.h"
+
+#if defined (TAO_HAS_IIOP) && (TAO_HAS_IIOP != 0)
+
#include "tao/IIOP_Acceptor.h"
#include "tao/IIOPC.h"
#include "tao/Acceptor_Registry.h"
@@ -426,3 +429,5 @@ TAO_IIOP_Transport::get_listen_point (
*/
TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* TAO_HAS_IIOP && TAO_HAS_IIOP != 0 */