summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-17 19:01:46 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-17 19:01:46 +0000
commit83380f8fe9f0676c27ccc4a129b3d4ce2bfbbe3e (patch)
treebe23fac46dd2de1778f84e0f8403dd3f425081d5 /tests/Conn_Test.cpp
parentd5a55a6e347065c9f41034e5b9aed6a3ed376274 (diff)
downloadATCD-83380f8fe9f0676c27ccc4a129b3d4ce2bfbbe3e.tar.gz
(handler): added comment saying that even the ACE_OS::exit () call isn't safe
Diffstat (limited to 'tests/Conn_Test.cpp')
-rw-r--r--tests/Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp
index 270d8cd37fe..1d38280f55a 100644
--- a/tests/Conn_Test.cpp
+++ b/tests/Conn_Test.cpp
@@ -489,7 +489,7 @@ static void
handler (int /* signum */)
{
// No printout here, to be safe. Signal handlers must not acquire
- // locks, etc.
+ // locks, etc. It's not even safe to call ACE_OS::exit ()!
ACE_OS::exit (0);
}