summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp b/CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp
index 64ee846368d..8b431b6d6c5 100644
--- a/CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp
+++ b/CIAO/connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp
@@ -9,7 +9,9 @@ namespace CIAO_Hello_Receiver_Impl
MyFoo_exec_i::MyFoo_exec_i (
::Hello::CCM_Receiver_Context_ptr ctx)
: ciao_context_ (
- ::Hello::CCM_Receiver_Context::_duplicate (ctx))
+ ::Hello::CCM_Receiver_Context::_duplicate (ctx)),
+ get_rw_ (false),
+ get_ro_ (false)
{
}