summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-04-12 08:18:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-04-12 08:18:24 +0000
commit1c2428b07c54887097a109981b8c3a77b91cb23b (patch)
tree8a715fee6e9d33521257673e0ace63e5f883df52 /CIAO/connectors/ami4ccm
parent0ace92e17ef4ff4d62ef489b325e65ad9797831d (diff)
downloadATCD-1c2428b07c54887097a109981b8c3a77b91cb23b.tar.gz
Thu Apr 12 08:17:57 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h: Compile fix
Diffstat (limited to 'CIAO/connectors/ami4ccm')
-rw-r--r--CIAO/connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h b/CIAO/connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h
index 955ec41ed0c..4c0565ae396 100644
--- a/CIAO/connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h
+++ b/CIAO/connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h
@@ -72,7 +72,7 @@ namespace CIAO_Hello_Sender_Impl
virtual int svc (void);
private:
- ::Hello::CCM_Sender_Context_var context_;
+ ::Hello::CCM_Sender_Context_var ciao_context_;
};
/**