summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-10 10:54:48 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-10 10:54:48 +0000
commitb5e9cea4ced01953caf567047a6291fd41da25f2 (patch)
tree85835b6e25bebc8f2fd2b3e9e7ccabd287559793 /TAO/examples/mfc
parent811ee48c14810f0ef2c39ad4a925e4bb766b54c8 (diff)
downloadATCD-b5e9cea4ced01953caf567047a6291fd41da25f2.tar.gz
ChangeLogTag: Wed Feb 10 10:52:00 UTC 2010 Simon Massey <sma at prismtech dot com>
Diffstat (limited to 'TAO/examples/mfc')
-rw-r--r--TAO/examples/mfc/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/mfc/server.cpp b/TAO/examples/mfc/server.cpp
index 15304d7172a..437d2d218f5 100644
--- a/TAO/examples/mfc/server.cpp
+++ b/TAO/examples/mfc/server.cpp
@@ -61,7 +61,7 @@ spawn_my_orb_thread (void *)
// Initializing the NamingService
W32_Test_Impl myservant;
W32_Test_Interface_var orb_servant =
- myservant._this (ACE_TRY_CHECK);
+ myservant._this ();
CORBA::String_var ior =
the_orb->object_to_string (orb_servant.in ());