applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.cpp
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
   128 	{
   128 	{
   129 	aDialogPrompt = EFalse;
   129 	aDialogPrompt = EFalse;
   130 	aSecurityPolicy = NULL;
   130 	aSecurityPolicy = NULL;
   131 	}
   131 	}
   132 
   132 
   133 void CPipeliningTestServer::GetSecurityPrefs(MSecurityPolicy*& /*aSecurityPolicy*/, TInt& /*aDialogPref*/)
       
   134     {
       
   135     // dummy implementation
       
   136     }
       
   137 
       
   138 TBool CPipeliningTestServer::ImmediateSocketShutdown()
   133 TBool CPipeliningTestServer::ImmediateSocketShutdown()
   139 	{
   134 	{
   140 	return EFalse;
   135 	return EFalse;
   141 	}
   136 	}
   142 
   137