diff -r c0c2f28ace9c -r a0da872af3fa applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.cpp --- a/applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.cpp Tue Aug 31 15:44:10 2010 +0300 +++ b/applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.cpp Wed Sep 01 12:21:21 2010 +0100 @@ -117,6 +117,11 @@ aSecurityPolicy = NULL; } +void CLocalTestServer::GetSecurityPrefs(MSecurityPolicy*& /*aSecurityPolicy*/, TInt& /*aDialogPref*/) + { + // dummy implementation + } + TBool CLocalTestServer::ImmediateSocketShutdown() { return EFalse;