[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
Fri Apr 22 14:25:19 CDT 2011
branch "master" has been updated
via a7721c5453e659ac841b63cbfe5ef76cdbe9ecba (commit)
from e8001bdd50f0847b886fa85544e5be4ce85292c5 (commit)
Summary of changes:
SmartProxy/include/AsteriskSCF/SmartProxy.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a7721c5453e659ac841b63cbfe5ef76cdbe9ecba
Author: Brent Eagles <beagles at digium.com>
Date: Fri Apr 22 16:51:52 2011 -0230
Moved the initialize call into the public scope to address a routing service
build error. It has "at most once" semantics for successful initialization
that the initializeOnce method that was recently removed had so it should
behave in a similar fashion and thanks to the overloaded operators on proxies
can be used as an accessor or boolean test.
diff --git a/SmartProxy/include/AsteriskSCF/SmartProxy.h b/SmartProxy/include/AsteriskSCF/SmartProxy.h
index 50463e9..3ee09ce 100644
--- a/SmartProxy/include/AsteriskSCF/SmartProxy.h
+++ b/SmartProxy/include/AsteriskSCF/SmartProxy.h
@@ -106,7 +106,6 @@ public:
return mProxy != 0;
}
-private:
/**
* Initialization. Primarily involves acquring access to specific IceStorm
* topic.
@@ -163,6 +162,8 @@ private:
return mProxy;
}
+private:
+
void copy(const SmartProxy &rhs)
{
// thread safe
-----------------------------------------------------------------------
--
asterisk-scf/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list