[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Nov 11 14:03:16 CST 2011


branch "master" has been updated
       via  585a2423a3a9ec40221c0310986e8d0064b28bbe (commit)
      from  96ecfc96638614b5bbe85a9094bc16c0a1cfdf96 (commit)

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


- Log -----------------------------------------------------------------
commit 585a2423a3a9ec40221c0310986e8d0064b28bbe
Author: Joshua Colp <jcolp at digium.com>
Date:   Fri Nov 11 16:04:22 2011 -0400

    You see nothing.

diff --git a/src/SipEndpoint.cpp b/src/SipEndpoint.cpp
index 7d40d71..5532300 100644
--- a/src/SipEndpoint.cpp
+++ b/src/SipEndpoint.cpp
@@ -105,7 +105,7 @@ public:
         mDescriptorService->begin_getDescriptor(mFormat, descriptorCB);
     }
 
-    void getNamedFormatFailureCB(const Ice::Exception&)
+    void getNamedFormatFailureCB(const Ice::Exception& ex)
     {
         lg(Error) << "getNamedFormat failed for format " << printFormat() << " as exception " << ex.what() << " received";
     }
@@ -119,7 +119,7 @@ public:
 	mAvailable = true;
     }
 
-    void getDescriptorFailureCB(const Ice::Exception&)
+    void getDescriptorFailureCB(const Ice::Exception& ex)
     {
         lg(Error) << "getDescriptor failed for format " << printFormat() << " as exception " << ex.what() << " received";
     }

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


-- 
asterisk-scf/release/sip.git



More information about the asterisk-scf-commits mailing list