summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Activator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao/Dynamic_Component_Activator.h')
-rw-r--r--TAO/CIAO/DAnCE/ciao/Dynamic_Component_Activator.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Activator.h b/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Activator.h
index 45965c74dd0..1e9a023f38c 100644
--- a/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Activator.h
+++ b/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Activator.h
@@ -79,11 +79,9 @@ namespace CIAO
ACE_THROW_SPEC ((CORBA::SystemException));
void add_servant_map (PortableServer::ObjectId &oid,
- Dynamic_Component_Servant_Base* servant
- ACE_ENV_ARG_DECL);
+ Dynamic_Component_Servant_Base* servant);
- void delete_servant_map (PortableServer::ObjectId &oid
- ACE_ENV_ARG_DECL);
+ void delete_servant_map (PortableServer::ObjectId &oid);
private:
/// Pointer to our ORB