summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO.h')
-rw-r--r--TAO/tao/TAO.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/tao/TAO.h b/TAO/tao/TAO.h
index 1afe2695344..065c2aaafd3 100644
--- a/TAO/tao/TAO.h
+++ b/TAO/tao/TAO.h
@@ -44,13 +44,13 @@ public:
~TAO_ORB_Manager (void);
// Destructor.
- int init (int &argc,
+ int init (int& argc,
char *argv[],
CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
// Initialize the ORB/root POA, using the supplied command line
// arguments or the default ORB components. Returns -1 on failure.
- int init_child_poa (int &argc,
+ int init_child_poa (int& argc,
char *argv[],
char *poa_name,
CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
@@ -64,10 +64,6 @@ public:
// can call this method multiple times to activate multiple objects.
// Returns 0 on failure.
- void deactivate (const char *id,
- CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
- // Deactivate object in RootPOA.
-
CORBA::String activate_under_child_poa (const char *servant_name,
PortableServer::Servant servant,
CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
@@ -76,10 +72,6 @@ public:
// servant_name. Users should call this to activate objects under
// the child_poa.
- void deactivate_under_child_poa (const char *id,
- CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
- // Deactivate object in child POA.
-
int run (CORBA_Environment &TAO_IN_ENV,
ACE_Time_Value *tv);
int run (ACE_Time_Value &tv,