diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-04 18:58:07 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-04 18:58:07 +0000 |
commit | d2c501f4e06a6a6fe1b1df647003efcae33e5ad4 (patch) | |
tree | 1fa9e868cb01b5ae09333602eb5142092453af0c /TAO/tao/PortableServer/POAManager.inl | |
parent | f093d7dce0fa8985fc8eaeafdd4004c4805fc260 (diff) | |
download | ATCD-d2c501f4e06a6a6fe1b1df647003efcae33e5ad4.tar.gz |
Sun Feb 4 18:51:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/POAManager.inl')
-rw-r--r-- | TAO/tao/PortableServer/POAManager.inl | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/POAManager.inl b/TAO/tao/PortableServer/POAManager.inl index c8bcd0e7c50..cfbdb77cd85 100644 --- a/TAO/tao/PortableServer/POAManager.inl +++ b/TAO/tao/PortableServer/POAManager.inl @@ -27,8 +27,7 @@ TAO_POA_Manager::activate (void) #if (TAO_HAS_MINIMUM_POA == 0) ACE_INLINE void -TAO_POA_Manager::hold_requests (CORBA::Boolean wait_for_completion - ) +TAO_POA_Manager::hold_requests (CORBA::Boolean wait_for_completion) ACE_THROW_SPEC ((CORBA::SystemException, PortableServer::POAManager::AdapterInactive)) { @@ -39,8 +38,7 @@ TAO_POA_Manager::hold_requests (CORBA::Boolean wait_for_completion } ACE_INLINE void -TAO_POA_Manager::discard_requests (CORBA::Boolean wait_for_completion - ) +TAO_POA_Manager::discard_requests (CORBA::Boolean wait_for_completion) ACE_THROW_SPEC ((CORBA::SystemException, PortableServer::POAManager::AdapterInactive)) { @@ -52,17 +50,14 @@ TAO_POA_Manager::discard_requests (CORBA::Boolean wait_for_completion ACE_INLINE void TAO_POA_Manager::deactivate (CORBA::Boolean etherealize_objects, - CORBA::Boolean wait_for_completion - ) + CORBA::Boolean wait_for_completion) ACE_THROW_SPEC ((CORBA::SystemException, PortableServer::POAManager::AdapterInactive)) { // Lock access to the POAManager for the duration of this transaction TAO_OBJECT_ADAPTER_GUARD; - this->deactivate_i (etherealize_objects, - wait_for_completion - ); + this->deactivate_i (etherealize_objects, wait_for_completion); } #endif /* TAO_HAS_MINIMUM_POA == 0 */ @@ -131,7 +126,7 @@ TAO_POA_Manager::generate_manager_id (void) const #if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) ACE_INLINE -CORBA::PolicyList& TAO_POA_Manager::get_policies () +CORBA::PolicyList& TAO_POA_Manager::get_policies (void) { return this->policies_; } |