summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Trading_Service/Trading_Service.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-30 08:19:36 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-30 08:19:36 +0000
commitb0bbf079849e434467a6dbda4cdf686c2cab7f76 (patch)
tree81587e8b17cc5d197dd1ed8c5c2ab61a22e9cc89 /TAO/orbsvcs/Trading_Service/Trading_Service.h
parent076935a35b645b5745e2073b60fe05880b4f05eb (diff)
downloadATCD-b0bbf079849e434467a6dbda4cdf686c2cab7f76.tar.gz
Exception handling stuff
Diffstat (limited to 'TAO/orbsvcs/Trading_Service/Trading_Service.h')
-rw-r--r--TAO/orbsvcs/Trading_Service/Trading_Service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/Trading_Service/Trading_Service.h b/TAO/orbsvcs/Trading_Service/Trading_Service.h
index d52d80be5f2..d11c6a2a54a 100644
--- a/TAO/orbsvcs/Trading_Service/Trading_Service.h
+++ b/TAO/orbsvcs/Trading_Service/Trading_Service.h
@@ -56,10 +56,10 @@ public:
~Trading_Service (void);
// Destructor
- int init (int argc, char* argv[]);
+ int init (int argc, char* argv[], CORBA::Environment &ACE_TRY_ENV);
// Initialize the Trading Service with arguments.
- int run (void);
+ int run (CORBA::Environment &ACE_TRY_ENV);
// Run the Trading Service.
int shutdown (void);
@@ -69,7 +69,7 @@ private:
int init_multicast_server (void);
// Enable the Trading Service to answer multicast requests for its IOR.
- int bootstrap_to_federation (void);
+ int bootstrap_to_federation (CORBA::Environment &ACE_TRY_ENV);
// Bootstrap to another trader, and attach to its trader network.
int parse_args (int& argc, char *argv[]);