[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
Wed Oct 5 17:03:22 CDT 2011
branch "master" has been updated
via a5df24d0de353dd646b0a8a8d3ee9dc16e369f44 (commit)
via e9f2c0c897b6d12c9f342c4ff226053408cf0361 (commit)
from c94539bd3bea014b7c2cc470526ed3a6610ee365 (commit)
Summary of changes:
include/AsteriskSCF/Component/Component.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a5df24d0de353dd646b0a8a8d3ee9dc16e369f44
Merge: e9f2c0c c94539b
Author: Mark Michelson <mmichelson at digium.com>
Date: Wed Oct 5 17:05:35 2011 -0500
Merge branch 'master' of git.asterisk.org:asterisk-scf/release/ice-util-cpp
commit e9f2c0c897b6d12c9f342c4ff226053408cf0361
Author: Mark Michelson <mmichelson at digium.com>
Date: Wed Oct 5 17:05:19 2011 -0500
Add a method to get the replica proxy.
diff --git a/include/AsteriskSCF/Component/Component.h b/include/AsteriskSCF/Component/Component.h
index a83b0f5..176c967 100644
--- a/include/AsteriskSCF/Component/Component.h
+++ b/include/AsteriskSCF/Component/Component.h
@@ -262,6 +262,7 @@ protected:
const AsteriskSCF::Core::Discovery::V1::ServiceLocatorPrx& getServiceLocator() const {return mServiceLocator;}
const Ice::ObjectAdapterPtr& getServiceAdapter() const {return mServiceAdapter;}
const Ice::ObjectAdapterPtr& getBackplaneAdapter() const {return mBackplaneAdapter;}
+ const AsteriskSCF::System::Component::V1::ReplicaPrx getReplicaProxy() const {return mReplicaPrx;}
std::string getServiceLocatorManagementProperty() const;
// Allow setting an alternative communicator.
-----------------------------------------------------------------------
--
asterisk-scf/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list