[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
Thu Apr 21 15:16:36 CDT 2011


branch "master" has been updated
       via  9d2c897e6ba8aba446b53a61ef8c64f488eb72b0 (commit)
      from  043220484084b440d39c8a5e6f8be2c3410a8b12 (commit)

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


- Log -----------------------------------------------------------------
commit 9d2c897e6ba8aba446b53a61ef8c64f488eb72b0
Author: David M. Lee <dlee at digium.com>
Date:   Thu Apr 21 15:14:50 2011 -0500

    Fixed nested template argument list.
    
    Some compilers require '> >' instead of '>>' for nested templates.

diff --git a/src/ServiceManagement.cpp b/src/ServiceManagement.cpp
index 1fe0318..4e2f30a 100644
--- a/src/ServiceManagement.cpp
+++ b/src/ServiceManagement.cpp
@@ -255,7 +255,7 @@ void ServiceManagementImpl::isSupported(const ServiceLocatorParamsPtr& params, c
     IsSupportedCallbackPtr myCallback = new CountedIsSupported(
         callback, mImpl->mSupportedLocatorParams.size());
 
-    for (vector<boost::shared_ptr<ServiceLocatorParamsSpec>>::iterator
+    for (vector<boost::shared_ptr<ServiceLocatorParamsSpec> >::iterator
              spec = mImpl->mSupportedLocatorParams.begin();
          spec != mImpl->mSupportedLocatorParams.end();
          ++spec)

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


-- 
asterisk-scf/release/servicediscovery.git



More information about the asterisk-scf-commits mailing list