[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "sessioncontroller" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Jun 28 18:43:26 CDT 2011


branch "sessioncontroller" has been updated
       via  9b253f6413361a6f9856e37196cf1159a4ba54ff (commit)
      from  eab1888ebc6c01463d045ec31125be608e1dd8dd (commit)

Summary of changes:
 .../SessionCommunicationsIf.ice                    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 9b253f6413361a6f9856e37196cf1159a4ba54ff
Author: Joshua Colp <jcolp at digium.com>
Date:   Tue Jun 28 19:11:06 2011 -0300

    Make the SessionController operations use AMD so they fit in with the SIP architecture.

diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index e2f4c49..b2ad334 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -535,7 +535,7 @@ module V1
          *
          * @see SessionController
          */
-        SessionController *setAndGetSessionController(SessionController* controller);
+        ["amd"] SessionController *setAndGetSessionController(SessionController* controller);
 
         /**
          * Method which removes a session controller from a session.
@@ -546,7 +546,7 @@ module V1
          *
          * @param controller A proxy to the session controller to remove.
          */
-        void removeSessionController(SessionController* controller);
+        ["amd"] void removeSessionController(SessionController* controller);
     };
 
     /**

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list