summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijke Hengstmengel <MHengstmengel@users.noreply.github.com>2011-11-21 13:32:02 +0000
committerMarijke Hengstmengel <MHengstmengel@users.noreply.github.com>2011-11-21 13:32:02 +0000
commit6bb082daa500860f95d684172c5a07bce4a88634 (patch)
treec7a84b64a00ee7f942725274142631683563305c
parenta5db8dcb63572fe93aae004e83d7c3217ecce22d (diff)
downloadATCD-6bb082daa500860f95d684172c5a07bce4a88634.tar.gz
Mon Nov 21 13:30:15 UTC 2011 Marijke Hengstmengel <hengstmengel_m@remedy.nl>
* connectors/ami4ccm/ami4ccm/ami4ccm.idl: Add sync port to connector
-rw-r--r--CIAO/ChangeLog.BRANCH5
-rw-r--r--CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.idl1
2 files changed, 6 insertions, 0 deletions
diff --git a/CIAO/ChangeLog.BRANCH b/CIAO/ChangeLog.BRANCH
index d341208a009..0638be2a1bd 100644
--- a/CIAO/ChangeLog.BRANCH
+++ b/CIAO/ChangeLog.BRANCH
@@ -1,3 +1,8 @@
+Mon Nov 21 13:30:15 UTC 2011 Marijke Hengstmengel <hengstmengel_m@remedy.nl>
+
+ * connectors/ami4ccm/ami4ccm/ami4ccm.idl:
+ Add sync port to connector
+
Tue Nov 8 08:53:04 UTC 2011 Marijke Hengstmengel <mhengstmengel@remedy.nl>
* connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver.mpc:
diff --git a/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.idl b/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.idl
index 7e2601bb79b..ef636ced4c6 100644
--- a/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.idl
+++ b/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.idl
@@ -37,6 +37,7 @@ module CCM_AMI
porttype AMI4CCM_Port_Type
{
provides AMI4CCM_T ami4ccm_provides;
+ provides T ami4ccm_sync_provides;
uses T ami4ccm_uses;
};