applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.cpp
branchRCL_3
changeset 20 a0da872af3fa
parent 19 c0c2f28ace9c
equal deleted inserted replaced
19:c0c2f28ace9c 20:a0da872af3fa
   115 	{
   115 	{
   116 	aDialogPrompt = EFalse;
   116 	aDialogPrompt = EFalse;
   117 	aSecurityPolicy = NULL;
   117 	aSecurityPolicy = NULL;
   118 	}
   118 	}
   119 
   119 
       
   120 void CLocalTestServer::GetSecurityPrefs(MSecurityPolicy*& /*aSecurityPolicy*/, TInt& /*aDialogPref*/)
       
   121     {
       
   122     // dummy implementation
       
   123     }
       
   124 
   120 TBool CLocalTestServer::ImmediateSocketShutdown()
   125 TBool CLocalTestServer::ImmediateSocketShutdown()
   121 	{
   126 	{
   122 	return EFalse;
   127 	return EFalse;
   123 	}
   128 	}
   124 
   129