summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-12-08 00:33:38 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-12-08 00:33:38 +0000
commit56efe5a8a7b4dc3e43749e06632603bd9cc8f929 (patch)
tree5933c8314a357989ec84243daa0298a64bad0e86
parent390a8f475b709f282957506c3fa2c96bed912801 (diff)
downloadATCD-56efe5a8a7b4dc3e43749e06632603bd9cc8f929.tar.gz
ChangeLogTag: Thu Dec 7 18:32:27 2000 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp5
2 files changed, 5 insertions, 5 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index a91e94b44ad..731e3530ba0 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Thu Dec 7 18:32:27 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/DynamicInterface/DII_Reply_Dispatcher.cpp: Removed the
+ inclusion of inline file.
+
Thu Dec 7 17:36:47 2000 Balachandran Natarajan <bala@cs.wustl.edu>
This set of changes aim to satisfy the demands placed for the
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp
index 1202d448142..d2d42dcbb44 100644
--- a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp
+++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp
@@ -15,11 +15,6 @@ ACE_RCSID(DynamicInterface, DII_Reply_Dispatcher, "$Id$")
#include "tao/ORB_Core.h"
#include "tao/Pluggable_Messaging_Utils.h"
-#if !defined (__ACE_INLINE__)
-#include "DII_Reply_Dispatcher.inl"
-#endif /* __ACE_INLINE__ */
-
-
// Constructor.
TAO_DII_Deferred_Reply_Dispatcher::TAO_DII_Deferred_Reply_Dispatcher (
const CORBA::Request_ptr req,