summaryrefslogtreecommitdiff
path: root/modules/CIAO/ChangeLog
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-08-20 08:54:36 +0000
committermsmit <msmit@remedy.nl>2009-08-20 08:54:36 +0000
commit242a12105cb32a705e8f470329c3baaa24eaec74 (patch)
tree50f91a5b83870a25e90f5630b7e6cdde8b258a47 /modules/CIAO/ChangeLog
parent5b164a28d5e7ae175ae80c843fd144d99abf3eb0 (diff)
downloadATCD-242a12105cb32a705e8f470329c3baaa24eaec74.tar.gz
Thu Aug 20 08:54:46 UTC 2009 Marcel Smit <msmit@remedy.nl>
* tests/AMI_CCM/AMI/AMI_exec.h: * tests/AMI_CCM/AMI/AMI_exec.cpp: * tests/AMI_CCM/Hello_Base/Hello_Base.idl: * tests/AMI_CCM/Receiver/Hello_Receiver_exec.cpp: * tests/AMI_CCM/Sender/Hello_Sender_exec.h: * tests/AMI_CCM/Sender/Hello_Sender_exec.cpp: The basic version of AMI seems to work. The AMI component determines a cookie and spawns a thread per request. The thread handles the request and calls the callback function of the sender.
Diffstat (limited to 'modules/CIAO/ChangeLog')
-rw-r--r--modules/CIAO/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/CIAO/ChangeLog b/modules/CIAO/ChangeLog
index 3097bbaf477..a6bddeae11f 100644
--- a/modules/CIAO/ChangeLog
+++ b/modules/CIAO/ChangeLog
@@ -1,3 +1,16 @@
+Thu Aug 20 08:54:46 UTC 2009 Marcel Smit <msmit@remedy.nl>
+
+ * tests/AMI_CCM/AMI/AMI_exec.h:
+ * tests/AMI_CCM/AMI/AMI_exec.cpp:
+ * tests/AMI_CCM/Hello_Base/Hello_Base.idl:
+ * tests/AMI_CCM/Receiver/Hello_Receiver_exec.cpp:
+ * tests/AMI_CCM/Sender/Hello_Sender_exec.h:
+ * tests/AMI_CCM/Sender/Hello_Sender_exec.cpp:
+ The basic version of AMI seems to work. The AMI component
+ determines a cookie and spawns a thread per request.
+ The thread handles the request and calls the callback
+ function of the sender.
+
Wed Aug 19 09:07:17 UTC 2009 Marcel Smit <msmit@remedy.nl>
* tests/AMI_CCM/AMI/AMI_exec.h: