summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Dynamic_Component_Activator.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Dynamic_Component_Activator.h')
-rw-r--r--CIAO/ciao/Dynamic_Component_Activator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/ciao/Dynamic_Component_Activator.h b/CIAO/ciao/Dynamic_Component_Activator.h
index 6c45fe287c4..2d037c0b3e0 100644
--- a/CIAO/ciao/Dynamic_Component_Activator.h
+++ b/CIAO/ciao/Dynamic_Component_Activator.h
@@ -73,10 +73,10 @@ namespace CIAO
CORBA::Boolean cleanup_in_progress,
CORBA::Boolean remaining_activations);
- void add_servant_map (PortableServer::ObjectId &oid,
+ void add_servant_to_map (PortableServer::ObjectId &oid,
Dynamic_Component_Servant_Base* servant);
- void delete_servant_map (PortableServer::ObjectId &oid);
+ void delete_servant_from_map (PortableServer::ObjectId &oid);
private:
/// Pointer to our ORB