summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-06-09 16:18:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-06-09 16:18:50 +0000
commit06f45f8a710e11e71b5916e9e463eee2256bdefb (patch)
tree41e0ac605e77a1d34a11d9cf8e69a6baad61de7b /TAO
parent5b25245287b1f2d09010d6a571a4e0d4e0125b4e (diff)
downloadATCD-06f45f8a710e11e71b5916e9e463eee2256bdefb.tar.gz
Reformatted a ChangeLog entry.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog52
1 files changed, 25 insertions, 27 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 308ae40660e..afcd931e7d4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,32 +1,30 @@
Wed Jun 09 16:49:17 2004 Simon McQueen <sm@prismtechnologies.com>
- * orbsvcs/ImplRepo_Service/Activator_NT_Service.cpp:
- * orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
- * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
- * orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
- * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
- * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
- * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
- * orbsvcs/ImplRepo_Service/tao_imr_i.h:
- * tao/PortableServer/ImplRepo.pidl:
- * tao/PortableServer/ImplRepoC.cpp:
- * tao/PortableServer/ImplRepoC.h:
- * tao/PortableServer/ImplRepoC.i:
- * tao/PortableServer/ImplRepoS.cpp:
- * tao/PortableServer/ImplRepoS.h:
- * tao/PortableServer/ImplRepoS.i:
- * tao/PortableServer/ImR_LocatorC.cpp:
- * tao/PortableServer/ImR_LocatorC.h:
- * tao/PortableServer/ImR_LocatorC.i:
- * tao/PortableServer/ImR_LocatorS.cpp:
- * tao/PortableServer/ImR_LocatorS.h:
- * tao/PortableServer/ImR_LocatorS.i:
-
- Added command 'shutdown-repo' to tao_imr to permit the remote
- orderly shutdown of the ImR and any Activators registered with
- it.
-
- This closes bug # 1335.
+ * orbsvcs/ImplRepo_Service/Activator_NT_Service.cpp:
+ * orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
+ * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
+ * orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
+ * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
+ * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
+ * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
+ * orbsvcs/ImplRepo_Service/tao_imr_i.h:
+ * tao/PortableServer/ImplRepo.pidl:
+ * tao/PortableServer/ImplRepoC.cpp:
+ * tao/PortableServer/ImplRepoC.h:
+ * tao/PortableServer/ImplRepoC.i:
+ * tao/PortableServer/ImplRepoS.cpp:
+ * tao/PortableServer/ImplRepoS.h:
+ * tao/PortableServer/ImplRepoS.i:
+ * tao/PortableServer/ImR_LocatorC.cpp:
+ * tao/PortableServer/ImR_LocatorC.h:
+ * tao/PortableServer/ImR_LocatorC.i:
+ * tao/PortableServer/ImR_LocatorS.cpp:
+ * tao/PortableServer/ImR_LocatorS.h:
+ * tao/PortableServer/ImR_LocatorS.i:
+
+ Added command 'shutdown-repo' to tao_imr to permit the remote
+ orderly shutdown of the ImR and any Activators registered with
+ it. This closes bug # 1335.
Tue Jun 8 17:00:14 2004 Ossama Othman <ossama@dre.vanderbilt.edu>