summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicC.h')
-rw-r--r--TAO/tao/DynamicC.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/DynamicC.h b/TAO/tao/DynamicC.h
index a05bbefabc1..d5179037676 100644
--- a/TAO/tao/DynamicC.h
+++ b/TAO/tao/DynamicC.h
@@ -15,8 +15,6 @@
#include "tao/IOPC.h"
#include "tao/DynAnyC.h"
-
-
#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
#include "ace/streams.h"
#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */
@@ -44,7 +42,7 @@
#endif /* _MSC_VER >= 1200 */
#pragma warning(disable:4250)
#endif /* _MSC_VER */
-
+#if (TAO_HAS_INTERCEPTORS == 1)
TAO_NAMESPACE Dynamic
{
enum ParameterMode
@@ -739,6 +737,8 @@ TAO_NAMESPACE_CLOSE // module Dynamic
#include "DynamicC.i"
#endif /* defined INLINE */
+#endif /* TAO_HAS_INTERCEPTORS == 1 */
+
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
#pragma warning(pop)
#endif /* _MSC_VER */