summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-12-13 09:27:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-12-13 09:27:30 +0000
commitdb1b179877d2b5bfa294c3cc40f28423a5232976 (patch)
tree155e364a4d37ab8525771b2360e4ed59c0ead064
parent51a1d12d16f429c7add1796c22c1731414dc5afe (diff)
downloadATCD-db1b179877d2b5bfa294c3cc40f28423a5232976.tar.gz
ChangeLogTag: Tue Dec 13 09:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0a5098836d3..d8e289212c0 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Tue Dec 13 09:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/orbsvcs/Shutdown_Utilities.{h,cpp}:
+ The vc8 runtime seems to check wether a signal number is a valid
+ one, if not it asserts. The Shutdown_Utilities where just
+ calling remove_handler for all signal numbers, changed this to just
+ call it for the signals we registered. This way we can end the
+ orbsvcs executable with ctrl-c again.
+
Mon Dec 12 15:20:10 2005 <ossama@dre.vanderbilt.edu>
* orbsvcs/Notify_Service/Notify_Service.mpc: