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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Apr 26 13:44:42 CDT 2011


branch "master" has been updated
       via  705ca60ccac8b822d1754ed02545357ffb061551 (commit)
      from  e80e83fa53d5d1c2617f1e87189110d656cb2fd2 (commit)

Summary of changes:
 src/ServiceLocatorManagement.cpp         |    4 ++--
 src/ServiceLocatorStateReplicatorApp.cpp |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit 705ca60ccac8b822d1754ed02545357ffb061551
Author: Fred Anderson <fanderson at digium.com>
Date:   Tue Apr 26 13:24:35 2011 -0500

    Fixed warning messages

diff --git a/src/ServiceLocatorManagement.cpp b/src/ServiceLocatorManagement.cpp
index 8ed6e96..51b23bb 100644
--- a/src/ServiceLocatorManagement.cpp
+++ b/src/ServiceLocatorManagement.cpp
@@ -57,8 +57,8 @@ typedef std::pair<bool, ServiceManagementImplPtr> LocateParam;
 class Comparator_IsSupported_Callback : public IceUtil::Shared
 {
 public:
-    Comparator_IsSupported_Callback(const IsSupportedCallbackPtr& callback) :
-        callback(callback)
+    Comparator_IsSupported_Callback(const IsSupportedCallbackPtr& cb) :
+        callback(cb)
     {
     }
 
diff --git a/src/ServiceLocatorStateReplicatorApp.cpp b/src/ServiceLocatorStateReplicatorApp.cpp
index 1c03205..ea85544 100644
--- a/src/ServiceLocatorStateReplicatorApp.cpp
+++ b/src/ServiceLocatorStateReplicatorApp.cpp
@@ -108,7 +108,7 @@ void ServiceLocatorStateReplicatorService::initialize(const std::string appName,
     mAdapter->activate();
 }
 
-void ServiceLocatorStateReplicatorService::start(const string &name, const Ice::CommunicatorPtr& ic, const Ice::StringSeq& args)
+void ServiceLocatorStateReplicatorService::start(const string &name, const Ice::CommunicatorPtr& ic, const Ice::StringSeq&)
 {
     initialize(name, ic);
 }
@@ -119,7 +119,7 @@ void ServiceLocatorStateReplicatorService::stop()
 
 extern "C"
 {
-ASTERISK_SCF_ICEBOX_EXPORT IceBox::Service* create(Ice::CommunicatorPtr communicator)
+ASTERISK_SCF_ICEBOX_EXPORT IceBox::Service* create(Ice::CommunicatorPtr)
 {
     return new ServiceLocatorStateReplicatorService;
 }

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


-- 
asterisk-scf/release/servicediscovery.git



More information about the asterisk-scf-commits mailing list