[asterisk-scf-commits] asterisk-scf/release/routing.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Aug 10 20:26:06 CDT 2011
branch "master" has been updated
via 0783c1cad75377312d39b24ddc84176baafe1899 (commit)
from 6aa3e3ccdd378af050a1fd101483ff294f8ea05d (commit)
Summary of changes:
test/MockSessionEndpoint.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 0783c1cad75377312d39b24ddc84176baafe1899
Author: Ken Hunt <ken.hunt at digium.com>
Date: Wed Aug 10 20:24:31 2011 -0500
gcc hates unused, named params.
diff --git a/test/MockSessionEndpoint.cpp b/test/MockSessionEndpoint.cpp
index 06e5992..6c5bcf0 100644
--- a/test/MockSessionEndpoint.cpp
+++ b/test/MockSessionEndpoint.cpp
@@ -63,7 +63,7 @@ void MockSessionEndpoint::setProxy(const SessionEndpointPrx& proxy)
mProxy = proxy;
}
-void MockSessionEndpoint::addDefaultSessionListener(const SessionListenerPrx& listener, const Ice::Current& current)
+void MockSessionEndpoint::addDefaultSessionListener(const SessionListenerPrx& listener, const Ice::Current& )
{
mDefaultSessionListeners.add(listener);
}
@@ -74,13 +74,13 @@ void MockSessionEndpoint::removeDefaultSessionListener(const SessionListenerPrx&
}
void MockSessionEndpoint::addDefaultSessionCookies(
- const AsteriskSCF::SessionCommunications::V1::SessionCookies& cookies,
+ const AsteriskSCF::SessionCommunications::V1::SessionCookies&,
const Ice::Current&)
{
}
void MockSessionEndpoint::removeDefaultSessionCookies(
- const AsteriskSCF::SessionCommunications::V1::SessionCookies& cookies,
+ const AsteriskSCF::SessionCommunications::V1::SessionCookies&,
const Ice::Current&)
{
}
-----------------------------------------------------------------------
--
asterisk-scf/release/routing.git
More information about the asterisk-scf-commits
mailing list