summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/LocalityManager/Scheduler/Events/Connect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/LocalityManager/Scheduler/Events/Connect.cpp')
-rw-r--r--CIAO/DAnCE/LocalityManager/Scheduler/Events/Connect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/DAnCE/LocalityManager/Scheduler/Events/Connect.cpp b/CIAO/DAnCE/LocalityManager/Scheduler/Events/Connect.cpp
index fc72ffd9394..9a392cf7b5f 100644
--- a/CIAO/DAnCE/LocalityManager/Scheduler/Events/Connect.cpp
+++ b/CIAO/DAnCE/LocalityManager/Scheduler/Events/Connect.cpp
@@ -39,7 +39,7 @@ namespace DAnCE
{
DANCE_TRACE ("Connect_Instance::invoke_pre_interceptor");
- (*i)->instance_pre_connect (this->plan_,
+ (*i)->pre_connect (this->plan_,
this->connectionRef_,
this->provided_ref_);
}
@@ -69,7 +69,7 @@ namespace DAnCE
{
DANCE_TRACE ("Connect_Instance::invoke_post_interceptor");
- (*i)->instance_post_connect (this->plan_,
+ (*i)->post_connect (this->plan_,
this->connectionRef_,
this->instance_excep_.in ());
}