summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-28 16:17:57 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-28 16:17:57 +0000
commite72b086de6cd4ac84a559ad84ec86ffcb0d8cc42 (patch)
tree0c894c263ef5f3b2192c440446e0a260ad7effd3
parent17c9e2d2cb8dfe22956d2afc42727e7277c7c3fb (diff)
downloadATCD-e72b086de6cd4ac84a559ad84ec86ffcb0d8cc42.tar.gz
* tao/InterceptorC.cpp:
Moved the line '#if (TAO_HAS_INTERCEPTORS == 1)' line to come after the line '#include tao/InterceptorC.h' to avoid link errors on NT.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index f150710c61d..ae2563f9265 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Fri Apr 28 11:17:35 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/InterceptorC.cpp:
+ Moved the line '#if (TAO_HAS_INTERCEPTORS == 1)' line to come
+ after the line '#include tao/InterceptorC.h' to avoid link
+ errors on NT.
+
Fri Apr 28 08:29:09 2000 Carlos O'Ryan <coryan@uci.edu>
* tao/Typecode.cpp: