diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-17 19:01:46 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-17 19:01:46 +0000 |
commit | 83380f8fe9f0676c27ccc4a129b3d4ce2bfbbe3e (patch) | |
tree | be23fac46dd2de1778f84e0f8403dd3f425081d5 /tests/Conn_Test.cpp | |
parent | d5a55a6e347065c9f41034e5b9aed6a3ed376274 (diff) | |
download | ATCD-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.cpp | 2 |
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); } |