summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 20:31:19 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 20:31:19 +0000
commit218cf1e75722141ef2387cb8ed378c0f9f3bb933 (patch)
tree8faa097f04e8fa447c9cd42c67deb833032bbd6b
parent405131290320e57a04fd00f45b2e35d707d17a3c (diff)
downloadATCD-218cf1e75722141ef2387cb8ed378c0f9f3bb933.tar.gz
* tao/Asynch_Invocation.cpp
* tao/Asynch_Invocation.h * tao/Asynch_Invocation.i * tao/Asynch_Reply_Dispatcher.cpp * tao/Asynch_Reply_Dispatcher.h * tao/Asynch_Reply_Dispatcher.i * tao/Dynamic_Adapter.cpp * tao/Dynamic_Adapter.h * tao/NVList.cpp * tao/NVList.h * tao/Object.cpp * tao/Object.h * tao/corbafwd.h * tao/DynamicInterface/Context.cpp * tao/DynamicInterface/Context.h * tao/DynamicInterface/DII_Invocation.cpp * tao/DynamicInterface/DII_Invocation.h * tao/DynamicInterface/DII_Reply_Dispatcher.cpp * tao/DynamicInterface/DII_Reply_Dispatcher.h * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp * tao/DynamicInterface/Dynamic_Adapter_Impl.h * tao/DynamicInterface/Dynamic_Implementation.cpp * tao/DynamicInterface/Dynamic_Implementation.h * tao/DynamicInterface/ExceptionList.cpp * tao/DynamicInterface/ExceptionList.h * tao/DynamicInterface/Request.cpp * tao/DynamicInterface/Request.h * tao/DynamicInterface/Server_Request.cpp * tao/DynamicInterface/Server_Request.h Removed #if (TAO_HAS_MINIMUM_CORBA == 0) guards from code pertaining to DII or DSI in these files. * tao/RT_ORBInitializer.h Added #if TAO_HAS_RT_CORBA == 1 guard to this file to correspond with a similar guard in the .cpp file. * tao/Messaging_Policy_i.cpp Added #if (TAO_HAS_RELATIVE_ROUNDTRIP_TIMEOUT_POLICY == 1) guard to this file to correspond with a similar guard in the .h file.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a46
1 files changed, 46 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b52b3fd0ac6..4154b724d4b 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,49 @@
+Wed Dec 6 14:32:07 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Asynch_Invocation.cpp
+ * tao/Asynch_Invocation.h
+ * tao/Asynch_Invocation.i
+ * tao/Asynch_Reply_Dispatcher.cpp
+ * tao/Asynch_Reply_Dispatcher.h
+ * tao/Asynch_Reply_Dispatcher.i
+ * tao/Dynamic_Adapter.cpp
+ * tao/Dynamic_Adapter.h
+ * tao/NVList.cpp
+ * tao/NVList.h
+ * tao/Object.cpp
+ * tao/Object.h
+ * tao/corbafwd.h
+ * tao/DynamicInterface/Context.cpp
+ * tao/DynamicInterface/Context.h
+ * tao/DynamicInterface/DII_Invocation.cpp
+ * tao/DynamicInterface/DII_Invocation.h
+ * tao/DynamicInterface/DII_Reply_Dispatcher.cpp
+ * tao/DynamicInterface/DII_Reply_Dispatcher.h
+ * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp
+ * tao/DynamicInterface/Dynamic_Adapter_Impl.h
+ * tao/DynamicInterface/Dynamic_Implementation.cpp
+ * tao/DynamicInterface/Dynamic_Implementation.h
+ * tao/DynamicInterface/ExceptionList.cpp
+ * tao/DynamicInterface/ExceptionList.h
+ * tao/DynamicInterface/Request.cpp
+ * tao/DynamicInterface/Request.h
+ * tao/DynamicInterface/Server_Request.cpp
+ * tao/DynamicInterface/Server_Request.h
+
+ Removed #if (TAO_HAS_MINIMUM_CORBA == 0)
+ guards from code pertaining to DII or DSI in these files.
+
+ * tao/RT_ORBInitializer.h
+
+ Added #if TAO_HAS_RT_CORBA == 1 guard to this file
+ to correspond with a similar guard in the .cpp file.
+
+ * tao/Messaging_Policy_i.cpp
+
+ Added #if (TAO_HAS_RELATIVE_ROUNDTRIP_TIMEOUT_POLICY == 1)
+ guard to this file to correspond with a similar guard in
+ the .h file.
+
Wed Dec 6 14:13:26 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tao/DynamicAny/DynEnum_i.cpp: