[asterisk-scf-commits] asterisk-scf/release/bridging.git branch "default_bridge_listeners" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Jan 3 19:46:32 UTC 2011


branch "default_bridge_listeners" has been updated
       via  bb8f43017eff1997067091a7c8778a71102f75a2 (commit)
      from  7217177458385d171fb65223e897d553be66866c (commit)

Summary of changes:
 src/BridgeManagerImpl.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit bb8f43017eff1997067091a7c8778a71102f75a2
Author: Brent Eagles <beagles at digium.com>
Date:   Mon Jan 3 16:15:50 2011 -0330

    Moved NullProxyException to the System module.

diff --git a/src/BridgeManagerImpl.cpp b/src/BridgeManagerImpl.cpp
index a6d6666..0f3e85b 100644
--- a/src/BridgeManagerImpl.cpp
+++ b/src/BridgeManagerImpl.cpp
@@ -162,7 +162,7 @@ void AsteriskSCF::BridgeService::BridgeManagerImpl::addDefaultBridgeListener(
     {
         mLogger(Info) << __FUNCTION__ << ":" << 
             current.adapter->getCommunicator()->identityToString(current.id) <<  " attempting to add a null proxy";
-        throw AsteriskSCF::SessionCommunications::V1::NullProxyException();
+        throw AsteriskSCF::System::V1::NullProxyException();
     }
     boost::shared_lock<boost::shared_mutex> lock(mLock);
     statePreCheck(__FUNCTION__);
@@ -182,7 +182,7 @@ void AsteriskSCF::BridgeService::BridgeManagerImpl::removeDefaultBridgeListener(
     {
         mLogger(Info) << __FUNCTION__ << ":" << current.adapter->getCommunicator()->identityToString(current.id) 
             <<  " attempting to remove a null proxy";
-        throw AsteriskSCF::SessionCommunications::V1::NullProxyException();
+        throw AsteriskSCF::System::V1::NullProxyException();
     }
     boost::shared_lock<boost::shared_mutex> lock(mLock);
     statePreCheck(__FUNCTION__);

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


-- 
asterisk-scf/release/bridging.git



More information about the asterisk-scf-commits mailing list