[asterisk-scf-commits] asterisk-scf/integration/ice-util-cpp.git branch "basecomponentfix" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Sep 26 15:50:23 CDT 2011
branch "basecomponentfix" has been updated
via 2df687f9b2a58934d0edda1e17f3cb9f80426858 (commit)
from fbf3aa417a714bd6af55145ab6df60f7b9a26d72 (commit)
Summary of changes:
src/Component/Component.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2df687f9b2a58934d0edda1e17f3cb9f80426858
Author: Benjamin Oldenburg <benjamin.oldenburg at bericom.eu>
Date: Mon Sep 26 22:50:11 2011 +0200
squash! Fixed formatting issue
diff --git a/src/Component/Component.cpp b/src/Component/Component.cpp
index ea7d899..50b18ee 100644
--- a/src/Component/Component.cpp
+++ b/src/Component/Component.cpp
@@ -754,7 +754,7 @@ void Component::initServiceLocatorProxies()
try
{
timeout = mCommunicator->getProperties()->getPropertyAsIntWithDefault(mName + ".InitServiceLocatorTimeout", 30);
- retryDelay = mCommunicator->getProperties()->getPropertyAsIntWithDefault(mName + ".InitServiceLocatorRetryDelay", 2);
+ retryDelay = mCommunicator->getProperties()->getPropertyAsIntWithDefault(mName + ".InitServiceLocatorRetryDelay", 2);
}
catch(const Ice::Exception& e)
{
-----------------------------------------------------------------------
--
asterisk-scf/integration/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list