From deba68e5eb03701b21d876b014fb4a3ffe71c44d Mon Sep 17 00:00:00 2001 From: marina Date: Wed, 7 Apr 1999 19:21:07 +0000 Subject: *** empty log message *** --- TAO/ChangeLog-99c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index a6d1ec83511..2d8e645f5f9 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,32 @@ +Wed Apr 7 14:05:09 1999 Marina Spivak + + * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.{h,cpp} + * orbsvcs/orbsvcs/Naming/Naming_Context.{h, cpp} + * orbsvcs/orbsvcs/Naming/Naming_Utils.{h,cpp} + Updated to use new exceptions macros. + + * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.{h,cpp} + * orbsvcs/orbsvcs/Naming/Persistent_Entries.{h,cpp} + * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.{h,cpp} + * orbsvcs/orbsvcs/Naming/Persistent_Bindings_Map.{h,cpp} + * orbsvcs/orbsvcs/Naming/Shared_Hash_Map.{h,cpp} + * orbsvcs/orbsvcs/Naming/Naming_Utils.{h,cpp} + * orbsvcs/Naming_Service/Naming_Service.{h,cpp} + * orbsvcs/orbsvcs/Makefile + Added the files above, to implement persistent naming service. + + The first version of persistent naming service is available. It + uses memory-mapped file to store the persistent state of the + naming service. When starting the Naming Service from + orbsvcs/Naming_Service, if -f option is provided, the + persistent implementation is used, if no -f option is provided, an + non-persistent implementation is used. + + I'll be adding comments/documentation for the above shortly. The + class structure for the persistent implementation will also change + in the near future, as I'll be merging some of + persistent/non-persistent classes. + Wed Apr 07 14:11:19 1999 Nanbor Wang * tao/PolicyS.cpp: CORBA is not a nested class here so we don't -- cgit v1.2.1