summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h b/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h
index 3b344cd9333..9a14bb345cd 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h
@@ -49,7 +49,7 @@ public:
// Called by the Service Configurator framework to remove the
// Event Service. Defined in <ace/Service_Config.h>
- int run (ACE_ENV_SINGLE_ARG_DECL);
+ int run (void);
// Run the Trading Service
CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
@@ -66,7 +66,7 @@ protected:
// Enable the Trading Service to answer multicast requests for its
// IOR.
- int bootstrap_to_federation (ACE_ENV_SINGLE_ARG_DECL);
+ int bootstrap_to_federation (void);
// Bootstrap to another trader, and attach to its trader network.
int parse_args (int &argc, ACE_TCHAR *argv []);