summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Persistent_Grid/server.cpp')
-rw-r--r--TAO/examples/Persistent_Grid/server.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/Persistent_Grid/server.cpp b/TAO/examples/Persistent_Grid/server.cpp
index 99f007eae7f..13c0324a1a0 100644
--- a/TAO/examples/Persistent_Grid/server.cpp
+++ b/TAO/examples/Persistent_Grid/server.cpp
@@ -24,8 +24,7 @@ main (int argc, char *argv[])
return 1;
else
{
- server.run (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_TRY_CHECK;
+ server.run ();
}
}
ACE_CATCH (CORBA::UserException, userex)