[asterisk-scf-commits] asterisk-scf/integration/media_rtp_pjmedia.git branch "modular-transport-refactor" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Jun 10 14:32:16 CDT 2011
branch "modular-transport-refactor" has been updated
via 6ed741b6561e9f085df1f2abbb772fb4d2c6b019 (commit)
from 0662214b1fd282498f774bf1acd8e27124e82c1f (commit)
Summary of changes:
src/RTPSink.cpp | 2 +-
src/RTPSource.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 6ed741b6561e9f085df1f2abbb772fb4d2c6b019
Author: Brent Eagles <beagles at digium.com>
Date: Fri Jun 10 17:01:49 2011 -0230
Remove unused arguments.
diff --git a/src/RTPSink.cpp b/src/RTPSink.cpp
index 35ad87a..f4a2179 100644
--- a/src/RTPSink.cpp
+++ b/src/RTPSink.cpp
@@ -179,7 +179,7 @@ AsteriskSCF::Media::V1::FormatSeq StreamSinkRTPImpl::getFormats(const Ice::Curre
/**
* Implementation of the getId method as defined in MediaIf.ice
*/
-std::string StreamSinkRTPImpl::getId(const Ice::Current& current)
+std::string StreamSinkRTPImpl::getId(const Ice::Current&)
{
/* For now utilize the id of the session */
return mImpl->mSessionId;
diff --git a/src/RTPSource.cpp b/src/RTPSource.cpp
index 6a85a0d..9bff723 100644
--- a/src/RTPSource.cpp
+++ b/src/RTPSource.cpp
@@ -116,7 +116,7 @@ AsteriskSCF::Media::V1::FormatSeq StreamSourceRTPImpl::getFormats(const Ice::Cur
/**
* Implementation of the getId method as defined in MediaRTPIf.ice
*/
-std::string StreamSourceRTPImpl::getId(const Ice::Current& current)
+std::string StreamSourceRTPImpl::getId(const Ice::Current&)
{
/* For now utilize the id of the session */
return mImpl->mSessionId;
-----------------------------------------------------------------------
--
asterisk-scf/integration/media_rtp_pjmedia.git
More information about the asterisk-scf-commits
mailing list