summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-02-12 12:02:52 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-02-12 12:02:52 +0000
commit147dd8b36a81509bca0d60c5ba924f31235bf5b1 (patch)
tree556f63454dfbd109cdd90b5bb188270a29ea78dd /TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp
parent7c5c1e5884f085734684af33ec8c5853a4907d2c (diff)
downloadATCD-147dd8b36a81509bca0d60c5ba924f31235bf5b1.tar.gz
ChangeLogTag: Tue Feb 12 06:01:12 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp')
-rw-r--r--TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp b/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp
index 6dabe408305..f672d288473 100644
--- a/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp
+++ b/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp
@@ -32,16 +32,8 @@ main (int argc, char* argv[])
// so we have to explicitly invoke this function.
TAO_EC_Default_Factory::init_svcs ();
- // The exception macros are described in:
- //
- // $ACE_ROOT/docs/exceptions.html
- //
- // and defined in:
- //
- // $ACE_ROOT/TAO/tao/orbconf.h - for Environment parameter definitions
- //
- // $ACE_ROOT/ace/CORBA_macros.h - for try/catch et al.
- //
+ // The exception macros are described in $ACE_ROOT/docs/exceptions.html
+ // and defined in $ACE_ROOT/ace/CORBA_macros.h.
// If your platform supports native exceptions, and TAO was compiled
// with native exception support then you can simply use try/catch
// and avoid the ACE_ENV_SINGLE_ARG_PARAMETER argument.