summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor_Adapter.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-29 19:18:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-29 19:18:13 +0000
commitcd080eec9c415b6a118394ce352f43b1a99a5ea5 (patch)
tree5ebd0390906c1422767d746e55d40a7742c18a88 /TAO/tao/IORInterceptor_Adapter.h
parent0172e8e44bc1eeb4458e080a72decc25a7a48dc6 (diff)
downloadATCD-cd080eec9c415b6a118394ce352f43b1a99a5ea5.tar.gz
Mon Jan 29 19:11:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IORInterceptor_Adapter.h')
-rw-r--r--TAO/tao/IORInterceptor_Adapter.h21
1 files changed, 6 insertions, 15 deletions
diff --git a/TAO/tao/IORInterceptor_Adapter.h b/TAO/tao/IORInterceptor_Adapter.h
index 752aff0b006..91e5ab57b63 100644
--- a/TAO/tao/IORInterceptor_Adapter.h
+++ b/TAO/tao/IORInterceptor_Adapter.h
@@ -64,19 +64,13 @@ public:
virtual ~TAO_IORInterceptor_Adapter (void);
virtual void add_interceptor (
- PortableInterceptor::IORInterceptor_ptr interceptor
-
- ) = 0;
+ PortableInterceptor::IORInterceptor_ptr interceptor) = 0;
virtual void add_interceptor (
PortableInterceptor::IORInterceptor_ptr interceptor,
- const CORBA::PolicyList& policies
-
- ) = 0;
-
- virtual void destroy_interceptors (
+ const CORBA::PolicyList& policies) = 0;
- ) = 0;
+ virtual void destroy_interceptors (void) = 0;
/// Call the IORInterceptor::establish_components() method on all
/// registered IORInterceptors.
@@ -91,20 +85,17 @@ public:
/// Call the IORInterceptor::components_established() method on all
/// registered IORInterceptors.
- virtual void components_established (PortableInterceptor::IORInfo_ptr info
- )
+ virtual void components_established (PortableInterceptor::IORInfo_ptr info)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
virtual void adapter_state_changed (
const TAO::ObjectReferenceTemplate_Array &array_obj_ref_template,
- PortableInterceptor::AdapterState state
- )
+ PortableInterceptor::AdapterState state)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
virtual void adapter_manager_state_changed (
const char * id,
- PortableInterceptor::AdapterState state
- )
+ PortableInterceptor::AdapterState state)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
};