diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-23 19:32:07 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-23 19:32:07 +0000 |
commit | f8007eabf5495de8aa03c82d791427dc6efaebad (patch) | |
tree | 8626f7cb83e606ef09f19d3580f7c58b5679c8c7 /TAO/tao/PortableServer | |
parent | 3e2513d2223a743a1e71d6b41f9d9c4b68e6d103 (diff) | |
download | ATCD-f8007eabf5495de8aa03c82d791427dc6efaebad.tar.gz |
ChangeLogTag:Mon Oct 23 12:19:31 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r-- | TAO/tao/PortableServer/DomainS.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/DomainS.cpp b/TAO/tao/PortableServer/DomainS.cpp index 07b4aae2d52..0877369781e 100644 --- a/TAO/tao/PortableServer/DomainS.cpp +++ b/TAO/tao/PortableServer/DomainS.cpp @@ -214,7 +214,6 @@ void POA_CORBA_DomainManager::get_domain_policy_skel ( #if (TAO_HAS_INTERCEPTORS == 1) TAO_ServerRequestInterceptor_Adapter _tao_vfr (_tao_server_request.orb_core ()->server_request_interceptors ()); - ACE_CHECK; // @@ CORBA::Object_var _tao_objref; POA_CORBA_DomainManager::TAO_ServerRequest_Info_CORBA_DomainManager_get_domain_policy ri ("get_domain_policy", _tao_server_request.service_info () , policy_type , @@ -776,9 +775,8 @@ void POA_CORBA_ConstructionPolicy::make_domain_manager_skel ( #if (TAO_HAS_INTERCEPTORS == 1) TAO_ServerRequestInterceptor_Adapter _tao_vfr ( - _tao_server_request.orb ()->_get_server_interceptor (ACE_TRY_ENV) + _tao_server_request.orb_core ()->server_request_interceptors () ); - ACE_CHECK; POA_CORBA_ConstructionPolicy::TAO_ServerRequest_Info_CORBA_ConstructionPolicy_make_domain_manager ri ( "make_domain_manager", _tao_server_request.service_info (), |