[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Aug 8 11:16:28 CDT 2011
branch "master" has been updated
via 2efc4dd6dcc3a180f47a5c2b71c1809b2372c104 (commit)
from 94660b642445ea1bf456d1106276d154939f462e (commit)
Summary of changes:
include/AsteriskSCF/Discovery/SmartProxy.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2efc4dd6dcc3a180f47a5c2b71c1809b2372c104
Author: Ken Hunt <ken.hunt at digium.com>
Date: Mon Aug 8 11:14:51 2011 -0500
Fixed odd namespace typo not caught by VisualStudio.
diff --git a/include/AsteriskSCF/Discovery/SmartProxy.h b/include/AsteriskSCF/Discovery/SmartProxy.h
index ed7e44f..6cf287c 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/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list