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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Aug 24 14:14:51 CDT 2010


branch "master" has been updated
       via  d6b2777545b3b8eae7c5dc9b40a1ca3ff9e26a43 (commit)
      from  5d804630eb1081d200e1408644b6af22a8a751f3 (commit)

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


- Log -----------------------------------------------------------------
commit d6b2777545b3b8eae7c5dc9b40a1ca3ff9e26a43
Author: Joshua Colp <jcolp at digium.com>
Date:   Tue Aug 24 16:26:42 2010 -0300

    Fix a problem in the slice. The call method takes a proxy to a signal callback interface implementation.

diff --git a/Session/SessionIf.ice b/Session/SessionIf.ice
index 0b06dda..2b10f5e 100644
--- a/Session/SessionIf.ice
+++ b/Session/SessionIf.ice
@@ -44,7 +44,7 @@ module V1
 
    interface SignalCommands
    {
-      bool call(Core::Endpoint::V1::EndpointId caller, Core::Endpoint::V1::EndpointId destination, SignalCallback callback);
+      bool call(Core::Endpoint::V1::EndpointId caller, Core::Endpoint::V1::EndpointId destination, SignalCallback* callback);
       void terminate(Core::Endpoint::V1::EndpointId caller);
    };
 

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list