summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/mfc/server.cpp')
-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 437d2d218f5..15304d7172a 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 ();
+ myservant._this (ACE_TRY_CHECK);
CORBA::String_var ior =
the_orb->object_to_string (orb_servant.in ());