summaryrefslogtreecommitdiff
path: root/TAO/tests/Exposed_Policies/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Exposed_Policies/server.cpp')
-rw-r--r--TAO/tests/Exposed_Policies/server.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tests/Exposed_Policies/server.cpp b/TAO/tests/Exposed_Policies/server.cpp
index 4087198ca21..e908f395433 100644
--- a/TAO/tests/Exposed_Policies/server.cpp
+++ b/TAO/tests/Exposed_Policies/server.cpp
@@ -13,8 +13,6 @@
// -- App. Specific Include --
#include "Policy_Tester.h"
-#include "tao/Strategies/advanced_resource.h"
-
ACE_RCSID(tao, server, "$Id$")
@@ -27,12 +25,9 @@ main (int argc, char *argv[])
{
Policy_Tester policy_tester;
- int result = policy_tester.init (argc, argv, ACE_TRY_ENV);
+ policy_tester.init (argc, argv, ACE_TRY_ENV);
ACE_TRY_CHECK;
- if (result != 0)
- return result;
-
policy_tester.run (ACE_TRY_ENV);
ACE_TRY_CHECK;
}