summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLogs/ChangeLog-02a')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index da016282716..061cc3f443d 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,25 @@
+Thu Aug 23 15:54:44 2001 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/TAO.dsp: Flipped on "generate browse information" flag. We
+ need to remove this setting when we merge the branch into the
+ main trunk.
+
+ * tao/Abstract_Servant_Base.h:
+ * tao/Object.cpp:
+ * tao/Object.h:
+ * tao/Object_Proxy_Impl.h:
+ * tao/Remote_Object_Proxy_Impl.cpp:
+ * tao/Remote_Object_Proxy_Impl.h:
+ * tao/PortableServer/Direct_Object_Proxy_Impl.cpp:
+ * tao/PortableServer/Direct_Object_Proxy_Impl.h:
+ * tao/PortableServer/Servant_Base.cpp:
+ * tao/PortableServer/Servant_Base.h:
+ * tao/PortableServer/ThruPOA_Object_Proxy_Impl.cpp:
+ * tao/PortableServer/ThruPOA_Object_Proxy_Impl.h: Added
+ _get_component() as one of the default operations an CORBA
+ Object supports. The default implementation is to return a nil
+ object reference.
+
Fri Aug 17 14:04:20 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* TAO_IDL/be/be_sequence.cpp: