summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing_persistent/Identity_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Load_Balancing_persistent/Identity_Server.h')
-rw-r--r--TAO/examples/Load_Balancing_persistent/Identity_Server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Load_Balancing_persistent/Identity_Server.h b/TAO/examples/Load_Balancing_persistent/Identity_Server.h
index 36cdc386f62..1f776e55085 100644
--- a/TAO/examples/Load_Balancing_persistent/Identity_Server.h
+++ b/TAO/examples/Load_Balancing_persistent/Identity_Server.h
@@ -52,10 +52,10 @@ public:
// Performs all the initializations necessary before going into the
// ORB event loop.
- int register_groups (ACE_ENV_SINGLE_ARG_DECL);
+ int register_groups (void);
- int run (ACE_ENV_SINGLE_ARG_DECL);
+ int run (void);
// Run the server.
private: