applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.cpp
branchRCL_3
changeset 40 a0da872af3fa
parent 39 c0c2f28ace9c
child 53 c59bddbfd7b9
equal deleted inserted replaced
39:c0c2f28ace9c 40:a0da872af3fa
   135 	{
   135 	{
   136 	aDialogPrompt = EFalse;
   136 	aDialogPrompt = EFalse;
   137 	aSecurityPolicy = NULL;
   137 	aSecurityPolicy = NULL;
   138 	}
   138 	}
   139 
   139 
       
   140 void CPipeliningTestServer::GetSecurityPrefs(MSecurityPolicy*& /*aSecurityPolicy*/, TInt& /*aDialogPref*/)
       
   141     {
       
   142     // dummy implementation  
       
   143     }
       
   144 
   140 TBool CPipeliningTestServer::ImmediateSocketShutdown()
   145 TBool CPipeliningTestServer::ImmediateSocketShutdown()
   141 	{
   146 	{
   142 	return EFalse;
   147 	return EFalse;
   143 	}
   148 	}
   144 
   149