summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/notifier.cpp
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-27 20:19:05 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-27 20:19:05 +0000
commitedce566ed5cd77579b750d64008b02e5b3677257 (patch)
tree8745c2378c073262e8b13fccb3feb976918c5f05 /TAO/examples/Event_Comm/notifier.cpp
parentc1b28ec6a1359429228df2075bcd50d0c9de3c71 (diff)
downloadATCD-edce566ed5cd77579b750d64008b02e5b3677257.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Event_Comm/notifier.cpp')
-rw-r--r--TAO/examples/Event_Comm/notifier.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/examples/Event_Comm/notifier.cpp b/TAO/examples/Event_Comm/notifier.cpp
index 213738cf943..68237474aa3 100644
--- a/TAO/examples/Event_Comm/notifier.cpp
+++ b/TAO/examples/Event_Comm/notifier.cpp
@@ -37,6 +37,7 @@ Notifier::Notifier (int argc, char *argv[])
ACE_TRY_NEW_ENV
{
ns_.init (argc, argv, ACE_TRY_ENV);
+ ACE_TRY_CHECK;
}
ACE_CATCHANY
{