applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.cpp
branchRCL_3
changeset 19 c0c2f28ace9c
parent 18 5f1cd966e0d9
child 20 a0da872af3fa
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
   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