[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Sun Oct 2 18:10:15 CDT 2011
branch "master" has been updated
via 5c9ba71d0434e5716d9ee58eb4ae5a60039967f5 (commit)
from 38c625182693d9900c734ded0055a66ca24fe01e (commit)
Summary of changes:
.../SessionCommunications/TelephonyEventsIf.ice | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 5c9ba71d0434e5716d9ee58eb4ae5a60039967f5
Author: Ken Hunt <ken.hunt at digium.com>
Date: Sun Oct 2 17:51:36 2011 -0500
Changed addSink to addSinks, and added a removeSinks operation.
diff --git a/slice/AsteriskSCF/SessionCommunications/TelephonyEventsIf.ice b/slice/AsteriskSCF/SessionCommunications/TelephonyEventsIf.ice
index ee7bc68..4b99ba1 100644
--- a/slice/AsteriskSCF/SessionCommunications/TelephonyEventsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/TelephonyEventsIf.ice
@@ -86,9 +86,15 @@ module V1
interface TelephonyEventSource
{
/**
- * Add a new sink to send telephony events to
+ * Add sinks to send telephony events to.
*/
- ["amd"] void addSink(TelephonyEventSink* sink);
+ ["amd"] void addSinks(TelephonyEventSinkSeq sinks);
+
+ /**
+ * Remove sinks.
+ */
+ ["amd"] void removeSinks(TelephonyEventSinkSeq sinks);
+
/**
* Get a list of the sinks to which this source sends events
*/
-----------------------------------------------------------------------
--
asterisk-scf/release/slice.git
More information about the asterisk-scf-commits
mailing list