summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Upgradeable_Context_Impl_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Upgradeable_Context_Impl_T.h')
-rw-r--r--CIAO/ciao/Upgradeable_Context_Impl_T.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/CIAO/ciao/Upgradeable_Context_Impl_T.h b/CIAO/ciao/Upgradeable_Context_Impl_T.h
index dc8d3269fcf..53e171b8eda 100644
--- a/CIAO/ciao/Upgradeable_Context_Impl_T.h
+++ b/CIAO/ciao/Upgradeable_Context_Impl_T.h
@@ -46,23 +46,19 @@ namespace CIAO
virtual ~Upgradeable_Context_Impl (void);
virtual void
- deactivate_facet (const PortableServer::ObjectId &oid
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ deactivate_facet (const PortableServer::ObjectId &oid)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void
- update_port_activator (const PortableServer::ObjectId &oid
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ update_port_activator (const PortableServer::ObjectId &oid)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void
- remove_facet (CORBA::Object_ptr reference
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ remove_facet (CORBA::Object_ptr reference)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual ::Components::ConsumerDescriptions *
- get_registered_consumers (const char *publisher_name
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ get_registered_consumers (const char *publisher_name)
ACE_THROW_SPEC ((CORBA::SystemException,
::Components::InvalidName,
::Components::InvalidConnection)) = 0;