[asterisk-scf-commits] asterisk-scf/integration/logger.git branch	"retry_deux" updated.
    Commits to the Asterisk SCF project code repositories 
    asterisk-scf-commits at lists.digium.com
       
    Tue Jan 31 14:09:08 CST 2012
    
    
  
branch "retry_deux" has been updated
       via  58912b5d4883cd552854fdd4ca57e10c9f3c4591 (commit)
      from  9c20ce819adf50adfee676e4e57709de6613234b (commit)
Summary of changes:
 client/src/IceConfigurator.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 58912b5d4883cd552854fdd4ca57e10c9f3c4591
Author: Brent Eagles <beagles at digium.com>
Date:   Tue Jan 31 16:38:34 2012 -0330
    Fix unused parameter name.
diff --git a/client/src/IceConfigurator.cpp b/client/src/IceConfigurator.cpp
index b0e45b9..eb56fe8 100644
--- a/client/src/IceConfigurator.cpp
+++ b/client/src/IceConfigurator.cpp
@@ -42,7 +42,7 @@ void IceConfigurator::configured(const AsteriskSCF::System::V1::OperationContext
     return configured(operationContext, logConfiguration);
 }
 
-void IceConfigurator::configured(const AsteriskSCF::System::V1::OperationContextPtr& operationContext, 
+void IceConfigurator::configured(const AsteriskSCF::System::V1::OperationContextPtr&, 
     const Configuration& logConfiguration)
 {
     std::vector<std::string> oldConfig = mFactory.getLoggerNames();
-----------------------------------------------------------------------
-- 
asterisk-scf/integration/logger.git
    
    
More information about the asterisk-scf-commits
mailing list