summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-28 16:16:26 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-28 16:16:26 +0000
commit17c9e2d2cb8dfe22956d2afc42727e7277c7c3fb (patch)
tree465bc241c69552b7bc7676bd7680a728fbeb292a
parent9d7918023b5f4e14bd49681f9c37c487b4e048b6 (diff)
downloadATCD-17c9e2d2cb8dfe22956d2afc42727e7277c7c3fb.tar.gz
Moved the #if (TAO_HAS_INTERCEPTORS == 1) line to be after the
line #include tao/InterceptorC.h to avoid link errors on NT.
-rw-r--r--TAO/tao/InterceptorC.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/InterceptorC.cpp b/TAO/tao/InterceptorC.cpp
index 74d2b5af916..c44ccdef72d 100644
--- a/TAO/tao/InterceptorC.cpp
+++ b/TAO/tao/InterceptorC.cpp
@@ -7,9 +7,10 @@
// Information about TAO is available at:
// http://www.cs.wustl.edu/~schmidt/TAO.html
-#if (TAO_HAS_INTERCEPTORS == 1)
#include "InterceptorC.h"
+#if (TAO_HAS_INTERCEPTORS == 1)
+
#if !defined (__ACE_INLINE__)
#include "InterceptorC.i"
#endif /* !defined INLINE */