applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.cpp
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
   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 
       
   125 TBool CLocalTestServer::ImmediateSocketShutdown()
   120 TBool CLocalTestServer::ImmediateSocketShutdown()
   126 	{
   121 	{
   127 	return EFalse;
   122 	return EFalse;
   128 	}
   123 	}
   129 
   124