summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp')
-rw-r--r--CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp b/CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp
index 90d453331cf..3c82a243a2a 100644
--- a/CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp
+++ b/CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp
@@ -157,7 +157,10 @@ namespace CIAO_Hello_Sender_comp_Impl
//============================================================
// Component Executor Implementation Class: Sender_comp_exec_i
//============================================================
- Sender_comp_exec_i::Sender_comp_exec_i (void){
+ Sender_comp_exec_i::Sender_comp_exec_i (void) :
+ asynch_foo_gen (0),
+ synch_foo_gen (0)
+ {
}
Sender_comp_exec_i::~Sender_comp_exec_i (void)