summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 21:54:21 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 21:54:21 +0000
commit7cd19ae1e598b5c1ad0cd4e1ef383b1aebbbb4a8 (patch)
tree994f29bdb42d2c1dc45b1d8a6881fe8d6cb34108 /TAO/tao/TAO_Internal.h
parent0e00350985a300a22d945fad13b2448700cde7f0 (diff)
downloadATCD-7cd19ae1e598b5c1ad0cd4e1ef383b1aebbbb4a8.tar.gz
Removed one of the open_services methods.
Diffstat (limited to 'TAO/tao/TAO_Internal.h')
-rw-r--r--TAO/tao/TAO_Internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/TAO_Internal.h b/TAO/tao/TAO_Internal.h
index b0599b1b09f..3f1d558e96a 100644
--- a/TAO/tao/TAO_Internal.h
+++ b/TAO/tao/TAO_Internal.h
@@ -36,15 +36,6 @@ public:
// called (see <open_services>). It is fully thread-safe. Return 0
// if successful, -1 with errno set if failure.
- static int open_services (int rargc, char* resource_factory_arg[],
- int cargc, char* client_factory_arg[],
- int sargc, char* server_factory_arg[]);
- // Initialize the ACE Service Configurator using the default
- // factories in TAO. This is also a one-shot method. This mehtod
- // is used on platforms that don't support the Service
- // Configurator's model of loading services and when the use of a
- // <svc.conf> file is not desirable.
-
static int close_services (void);
// The complement to <open_services>, this will perform appropriate
// ACE Service Configurator closure operations. It should be called