summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-12 19:26:21 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-12 19:26:21 +0000
commitf82a87fa556f2f473043f5c36b2cbc5440b7c387 (patch)
tree129dbb150c15942b1773392dd0df71b658a4ff4a
parentf24bab31612aeaa3ba87aced74ff1b209a1a9d72 (diff)
downloadATCD-f82a87fa556f2f473043f5c36b2cbc5440b7c387.tar.gz
ChangeLogTag: Tue Nov 12 13:25:00 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/LF_CH_Event.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d14149282f6..8111caeba7e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,4 +1,8 @@
-Tue Nov 12 13:13:05 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+Tue Nov 12 13:25:00 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * tao/LF_CH_Event.cpp: Fixed compile error in no inline builds.
+
+Tue Nov 12 13:13:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* tao/TAO.dsp:
* tao/TAO_Static.dsp: Added the new files.
diff --git a/TAO/tao/LF_CH_Event.cpp b/TAO/tao/LF_CH_Event.cpp
index 0597f99e582..45f6596d31b 100644
--- a/TAO/tao/LF_CH_Event.cpp
+++ b/TAO/tao/LF_CH_Event.cpp
@@ -2,10 +2,6 @@
#include "ace/Log_Msg.h"
-#if !defined (__ACE_INLINE__)
-# include "LF_CH_Event.inl"
-#endif /* __ACE_INLINE__ */
-
ACE_RCSID(tao,
LF_Invocation_Event,
"$Id$")