[asterisk-scf-commits] asterisk-scf/integration/ice-util-cpp.git branch "basecomponent" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jul 20 10:22:59 CDT 2011


branch "basecomponent" has been updated
       via  610630fa78823bab1b7ea05c0edfceee8b8775e7 (commit)
      from  451718b80f8f3776f9bb1cfc1a2b4a3820665aa0 (commit)

Summary of changes:
 include/AsteriskSCF/Discovery/SmartProxy.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 610630fa78823bab1b7ea05c0edfceee8b8775e7
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Wed Jul 20 10:21:20 2011 -0500

    Corrected a typo in a template def that was ingored by VS.

diff --git a/include/AsteriskSCF/Discovery/SmartProxy.h b/include/AsteriskSCF/Discovery/SmartProxy.h
index b6dc87b..da91c0a 100644
--- a/include/AsteriskSCF/Discovery/SmartProxy.h
+++ b/include/AsteriskSCF/Discovery/SmartProxy.h
@@ -108,7 +108,7 @@ public:
         {
             initOneWay();
         }
-        catch(const steriskSCF::Core::Discovery::V1::ServiceNotFound&)
+        catch(const AsteriskSCF::Core::Discovery::V1::ServiceNotFound&)
         {
             // The original proxy isn't reachable. 
             return false;

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


-- 
asterisk-scf/integration/ice-util-cpp.git



More information about the asterisk-scf-commits mailing list