summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback/progress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/progress.cpp')
-rw-r--r--TAO/examples/AMI/FL_Callback/progress.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/examples/AMI/FL_Callback/progress.cpp b/TAO/examples/AMI/FL_Callback/progress.cpp
index 80855d97f95..14c38bf9a13 100644
--- a/TAO/examples/AMI/FL_Callback/progress.cpp
+++ b/TAO/examples/AMI/FL_Callback/progress.cpp
@@ -75,14 +75,14 @@ main (int argc, char *argv[])
int w = 320;
int h = 30 * n_peers + 20;
Fl_Window window(w, h);
-
+
Progress_Window sw (n_peers, n_iterations,
10,
10,
window.w () - 20,
window.h () - 20);
window.resizable (&sw);
-
+
window.end ();
char* targv[] = { argv[0] };
@@ -91,9 +91,7 @@ main (int argc, char *argv[])
sw.show ();
CORBA::Object_var poa_object =
- orb->resolve_initial_references("RootPOA", ACE_TRY_ENV);
- ACE_TRY_CHECK;
-
+ orb->resolve_initial_references("RootPOA");
if (CORBA::is_nil (poa_object.in ()))
ACE_ERROR_RETURN ((LM_ERROR,
" (%P|%t) Unable to initialize the POA.\n"),