summaryrefslogtreecommitdiff
path: root/TAO/OCI_RE_OG_persist_ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/OCI_RE_OG_persist_ChangeLog')
-rw-r--r--TAO/OCI_RE_OG_persist_ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/OCI_RE_OG_persist_ChangeLog b/TAO/OCI_RE_OG_persist_ChangeLog
new file mode 100644
index 00000000000..64bdf0def5a
--- /dev/null
+++ b/TAO/OCI_RE_OG_persist_ChangeLog
@@ -0,0 +1,32 @@
+Mon Nov 26 18:16:39 UTC 2012 Byron Harris <harrisb@ociweb.com>
+
+ * tao/Storable_Base.h:
+ * tao/Storable_Base.inl:
+ * tao/Storable_Base.cpp:
+ * tao/Storable_File_Guard.h:
+ * tao/Storable_File_Guard.cpp:
+ * tao/tao.mpc:
+
+ Extracted storable base and file guard classes
+ from naming server so they can be used in
+ other contexts such as object group persistence.
+
+ * orbsvcs/orbsvcs/CosNaming_Serv.mpc:
+ * orbsvcs/orbsvcs/Naming/Storable.h:
+ * orbsvcs/orbsvcs/Naming/Storable.inl:
+ * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
+ * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
+
+ Updatd to use base classes given above.
+
+ * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
+ * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:
+
+ Removed these files.
+
+
+Local Variables:
+mode: change-log
+add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
+indent-tabs-mode: nil
+End: