summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 01:59:47 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 01:59:47 +0000
commitf1ed8cca81803c2c7fa16fd503f1f9081d65acb0 (patch)
tree1a320918ce6d0adecaab82d84daa51bf7ddbb0f6
parentb5b39cf367c65b68f9095f5e1e21e2f7402ee2b9 (diff)
downloadATCD-f1ed8cca81803c2c7fa16fd503f1f9081d65acb0.tar.gz
* tao/ORB_Core.h:
* tao/ORB_Core.cpp: * tao/Object.cpp: * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp: Added static const char* dynamic_adapter_name_ to TAO_ORB_Core, along with set and get methods. The get method is used in the CORBA::Object methods that create DII requests, and the set method is used in the static initializer in TAO_Dynamic_Adapter_Impl. These changes will make sure the TAO_DynamicInterface library will be build even on pure static builds. Thanks to Carlos for his help with this fix.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index eea6e4b764f..ca1b9b8d9c6 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,19 @@
+Tue Dec 5 19:56:09 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/ORB_Core.h:
+ * tao/ORB_Core.cpp:
+ * tao/Object.cpp:
+ * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp:
+
+ Added static const char* dynamic_adapter_name_ to
+ TAO_ORB_Core, along with set and get methods. The get
+ method is used in the CORBA::Object methods that create
+ DII requests, and the set method is used in the static
+ initializer in TAO_Dynamic_Adapter_Impl. These changes
+ will make sure the TAO_DynamicInterface library will be
+ build even on pure static builds. Thanks to Carlos for
+ his help with this fix.
+
Tue Dec 5 19:39:48 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tao/InterfaceC.i: