summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrisb <harrisb@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-11-26 19:29:05 +0000
committerharrisb <harrisb@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-11-26 19:29:05 +0000
commit49429c101429d75548bd304d42fbc616f4b7e5a0 (patch)
tree1447bf53d6a6cde810d634cdd2a8e3a51f5faefb
parent720fc75bb2baaa3c18731fa1bb62a5f8a848ec47 (diff)
downloadATCD-OCI_Reliability_Enhancements_OG_persist.tar.gz
Exclude branch change log.OCI_Reliability_Enhancements_OG_persist
-rw-r--r--TAO/OCI_RE_OG_persist_ChangeLog32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/OCI_RE_OG_persist_ChangeLog b/TAO/OCI_RE_OG_persist_ChangeLog
deleted file mode 100644
index 64bdf0def5a..00000000000
--- a/TAO/OCI_RE_OG_persist_ChangeLog
+++ /dev/null
@@ -1,32 +0,0 @@
-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: