applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.cpp
branchRCL_3
changeset 40 a0da872af3fa
parent 39 c0c2f28ace9c
child 53 c59bddbfd7b9
equal deleted inserted replaced
39:c0c2f28ace9c 40: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