From 04b816639b9e9bff740d52af8a07bb8c78ae749e Mon Sep 17 00:00:00 2001 From: mhengstmengel Date: Mon, 6 Dec 2010 15:58:09 +0000 Subject: --- .../ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { } -- cgit v1.2.1