summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CIAO/ChangeLog8
-rw-r--r--CIAO/DAnCE/NodeApplication/Container_Impl.cpp1
2 files changed, 9 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 102039946ff..0040324dddd 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Mar 1 22:20:28 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
+
+ * DAnCE/NodeApplication/Container_Impl.cpp:
+
+ A minor change to add a "_" to the receptacle name,
+ that is used as a key in a Hash Map storing the
+ receptacle policies and the receptacle name.
+
Thu Mar 1 07:17:00 UTC 2007 William R. Otte <wotte@dre.vanderbilt.edu>
* tools/Config_Handlers/ccd.hpp:
diff --git a/CIAO/DAnCE/NodeApplication/Container_Impl.cpp b/CIAO/DAnCE/NodeApplication/Container_Impl.cpp
index 6fe885339ea..42d834c2ba5 100644
--- a/CIAO/DAnCE/NodeApplication/Container_Impl.cpp
+++ b/CIAO/DAnCE/NodeApplication/Container_Impl.cpp
@@ -101,6 +101,7 @@ CIAO::Container_Impl::install (
name.in ();
instance_name = impl_infos[i].
component_instance_name.in ();
+ receptacle_name += "_";
receptacle_name += instance_name;
CORBA::PolicyList_var policies =
this->configurator_.find_policies_by_name (