summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.h
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_Connector.h
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_Connector.h')
-rw-r--r--TAO/tao/IIOP_Connector.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h
index ce75430c44f..f465814dbc6 100644
--- a/TAO/tao/IIOP_Connector.h
+++ b/TAO/tao/IIOP_Connector.h
@@ -19,16 +19,20 @@
#define TAO_IIOP_CONNECTOR_H
#include /**/ "ace/pre.h"
-#include "ace/SOCK_Connector.h"
+
+#include "tao/orbconf.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#if defined (TAO_HAS_IIOP) && (TAO_HAS_IIOP != 0)
+
#include "tao/Transport_Connector.h"
#include "tao/Connector_Impl.h"
#include "tao/IIOP_Connection_Handler.h"
+#include "ace/SOCK_Connector.h"
#include "ace/Connector.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -132,5 +136,7 @@ private:
TAO_END_VERSIONED_NAMESPACE_DECL
+#endif /* TAO_HAS_IIOP && TAO_HAS_IIOP != 0 */
+
#include /**/ "ace/post.h"
#endif /* TAO_IIOP_CONNECTOR_H */