summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp')
-rw-r--r--CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp b/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp
index 9bbc600dd4a..a0e83b17707 100644
--- a/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp
+++ b/CIAO/DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp
@@ -53,6 +53,7 @@ namespace CIAO_Simple_SimplePublisher_Impl
{
DANCE_TRACE ("SimplePublisher_exec_i::ccm_activate ()");
::Simple::Hello_var hello = new OBV_Simple::Hello ("Test successful, hello from SimplePublisher_exec_i");
+
this->context_->push_hello (hello._retn ());
// Your code here.
}