summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.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_Profile.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_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index a7d52bbc467..4c338cbc664 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -18,12 +18,15 @@
#include /**/ "ace/pre.h"
-#include "tao/Profile.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/Profile.h"
#include "tao/IIOP_Endpoint.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -171,6 +174,8 @@ protected:
TAO_END_VERSIONED_NAMESPACE_DECL
+#endif /* TAO_HAS_IIOP && TAO_HAS_IIOP != 0 */
+
#include /**/ "ace/post.h"
#endif /* TAO_IIOP_PROFILE_H */