summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r--TAO/ChangeLog-99c73
1 files changed, 73 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 9828b18eba7..0a1535ef8bf 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,76 @@
+Thu Apr 15 10:44:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * tao/ORB_Core.h:
+ * tao/ORB_Core.i:
+ * tao/ORB_Core.cpp:
+ * tao/TAO_Internal.cpp:
+ * tao/ORB.h:
+ * tao/ORB.cpp:
+ Each ORB creates its own ORB_Core. The ORB_Core is no longer a
+ TSS singleton, instead it keeps some of its resources in TSS
+ storage, but it is a per-ORB resource.
+ TAO_ORB_Core_instance() returns the ORB_Core of the default ORB.
+
+ * tao/default_server.h:
+ * tao/default_server.cpp:
+ * tao/Server_Strategy_Factory.h:
+ * tao/Server_Strategy_Factory.cpp:
+ The open() method receives the ORB_Core as a parameter to avoid
+ recursive calls to TAO_ORB_Core_instance() during startup.
+
+ * tao/default_server.h:
+ * tao/default_server.cpp:
+ Moved the {MT,ST}_Connect_Creation_Strategy classes to this file
+ because here is where they are used, not in the ORB_Core.
+
+ * tao/IIOP_Connector.cpp:
+ Moved template instantiations required on this file from
+ ORB_Core.cpp
+
+ * tao/Servant_Base.cpp:
+ * tao/POAManager.cpp:
+ * tao/Object_Adapter.h:
+ * tao/Object_Adapter.i:
+ * tao/Invocation.cpp:
+ * tao/IIOP_Profile.cpp:
+ * tao/Connect.cpp:
+ Added some includes because they were removed from ORB_Core.h
+
+ * tao/Connect.h:
+ * tao/params.h:
+ * tao/params.i:
+ * docs/Options.html:
+ Removed deprecated OA options.
+
+ * tao/Resource_Factory.h:
+ * tao/Resource_Factory.cpp:
+ * tao/default_resource.h:
+ * tao/default_resource.i:
+ * tao/default_resource.cpp:
+ Separated the Resource_Factory from the ORB_Core files, also
+ separated the Resource_Factorty from its default implementation,
+ as we do for the client and server strategy factories.
+
+ * tests/MT_Client/client.global.conf:
+ * tests/MT_Client/client.tss.conf:
+ * tests/NestedUpcall/MT_Client_Test/client.conf:
+ * examples/POA/On_Demand_Loading/svc.conf:
+ * examples/Quoter/client.conf:
+ * examples/Quoter/server.conf:
+ * examples/Simulator/DOVEMIB/svc.conf:
+ * examples/Simulator/Event_Supplier/svc.conf:
+ * orbsvcs/tests/AVStreams/benchmark/clnt.conf:
+ * orbsvcs/tests/AVStreams/benchmark/svc.conf:
+ * orbsvcs/tests/AVStreams/mpeg/source/client/svc.conf:
+ * orbsvcs/tests/AVStreams/mpeg/source/server/svc.conf:
+ * orbsvcs/tests/ImplRepo/implrepo.conf:
+ * orbsvcs/tests/ImplRepo/svc.conf:
+ * orbsvcs/tests/Time/implrepo.conf:
+ * performance-tests/Cubit/TAO/IDL_Cubit/svc.conf.dynamic:
+ * performance-tests/Thruput/TAO/svc.conf:
+ Updated the configuration files, to reflect the new name of the
+ default resource factory.
+
Wed Apr 14 20:38:51 1999 Irfan Pyarali <irfan@cs.wustl.edu>
* tao/PolicyC.cpp: Added missing template instantiations. Thanks