diff options
author | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-04-10 22:42:16 +0000 |
---|---|---|
committer | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-04-10 22:42:16 +0000 |
commit | 1a490647e902851ef02732acf3ef4dfb432f1b9b (patch) | |
tree | e872d3b2d679fd4d7a853ded20bb9fc4c55b2145 /TAO/tao/TAO_Internal.cpp | |
parent | 60be58e48baacfc171bd4b2bcdfecce7b83785e4 (diff) | |
download | ATCD-1a490647e902851ef02732acf3ef4dfb432f1b9b.tar.gz |
ChangeLogTag: Thu Apr 10 22:40:22 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r-- | TAO/tao/TAO_Internal.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp index ecc43e6a1ab..812b282c7eb 100644 --- a/TAO/tao/TAO_Internal.cpp +++ b/TAO/tao/TAO_Internal.cpp @@ -124,13 +124,13 @@ namespace * Initialize ORB-local (private) ACE Service Configurator * repository. * - * @return @c 0 if successful, @c -1 with @c errno set if failure. - * - */ - int open_private_services_i (ACE_Service_Gestalt_Auto_Ptr pcfg, - int & argc, - char ** argv, - bool skip_service_config_open = false, + * @return @c 0 if successful, @c -1 with @c errno set if failure. + * + */ + int open_private_services_i (ACE_Intrusive_Auto_Ptr<ACE_Service_Gestalt> pcfg, + int & argc, + char ** argv, + bool skip_service_config_open = false, bool ignore_default_svc_conf_file = false); /** @@ -454,7 +454,7 @@ TAO::ORB::open_services (ACE_Intrusive_Auto_Ptr<ACE_Service_Gestalt> pcfg, } int -TAO::ORB::close_services (ACE_Service_Gestalt_Auto_Ptr pcfg) +TAO::ORB::close_services (ACE_Intrusive_Auto_Ptr<ACE_Service_Gestalt> pcfg) { ACE_MT (ACE_GUARD_RETURN (TAO_SYNCH_RECURSIVE_MUTEX, guard, @@ -486,7 +486,7 @@ namespace /// Open services, belonging to the gestalt instance. int - open_private_services_i (ACE_Service_Gestalt_Auto_Ptr pcfg, + open_private_services_i (ACE_Intrusive_Auto_Ptr<ACE_Service_Gestalt> pcfg, int & argc, char ** argv, bool skip_service_config_open, |