[asterisk-scf-commits] asterisk-scf/release/routing.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri May 6 11:26:28 CDT 2011


branch "master" has been updated
       via  0b2c4562f2d6ad363828c0c70f7defd5fb02901f (commit)
      from  41d4c5414c87350f82cead4811cde33583ee68ba (commit)

Summary of changes:
 ...nectBridgedSessionsWithDestinationOperation.cpp |    2 +-
 src/RouteSessionOperation.cpp                      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 0b2c4562f2d6ad363828c0c70f7defd5fb02901f
Author: David M. Lee <dlee at digium.com>
Date:   Fri May 6 11:26:15 2011 -0500

    Fixed some unused param warnings.

diff --git a/src/ConnectBridgedSessionsWithDestinationOperation.cpp b/src/ConnectBridgedSessionsWithDestinationOperation.cpp
index e7ca9d1..ca07b82 100644
--- a/src/ConnectBridgedSessionsWithDestinationOperation.cpp
+++ b/src/ConnectBridgedSessionsWithDestinationOperation.cpp
@@ -119,7 +119,7 @@ public:
     /**
      * This callback is called just before the execution of a state machine's current state handler. 
      */
-    void stateExecutionComplete(ConnectBridgedSessionsWithDestinationOp::OperationState state)
+    void stateExecutionComplete(ConnectBridgedSessionsWithDestinationOp::OperationState)
     {
     }
 
diff --git a/src/RouteSessionOperation.cpp b/src/RouteSessionOperation.cpp
index a543fb0..80c15e8 100644
--- a/src/RouteSessionOperation.cpp
+++ b/src/RouteSessionOperation.cpp
@@ -119,7 +119,7 @@ public:
     /**
      * This callback is called just after the execution of a state machine's current state handler. 
      */
-    void stateExecutionComplete(RouteSessionOp::OperationState state)
+    void stateExecutionComplete(RouteSessionOp::OperationState)
     {
 
     }

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


-- 
asterisk-scf/release/routing.git



More information about the asterisk-scf-commits mailing list