summaryrefslogtreecommitdiff
path: root/apps/Gateway
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-15 11:42:07 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-15 11:42:07 +0000
commit210a0f41ec2ebccd539aa6af46a6eababa9e7ce5 (patch)
treea6052d4c43b02324d25b619a9e964ac2757daec5 /apps/Gateway
parenta18a3b168aec91f7673fb792600e5839e813e40f (diff)
downloadATCD-210a0f41ec2ebccd539aa6af46a6eababa9e7ce5.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/Gateway')
-rw-r--r--apps/Gateway/Gateway/Gateway.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/Gateway.cpp b/apps/Gateway/Gateway/Gateway.cpp
index f6746794dda..f4e2931ec2d 100644
--- a/apps/Gateway/Gateway/Gateway.cpp
+++ b/apps/Gateway/Gateway/Gateway.cpp
@@ -185,7 +185,8 @@ Gateway::init (int argc, char *argv[])
(sig_set, this) == -1)
ACE_ERROR_RETURN ((LM_ERROR, "(%t) %p\n", "register_handler"), -1);
- // Register this handler to receive test events on stdin.
+ // Register this handler to receive events on stdin. We use this to
+ // shutdown the Gateway gracefully.
if (ACE::register_stdin_handler (this,
ACE_Service_Config::reactor (),
ACE_Service_Config::thr_mgr ()) == -1)