applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.cpp
branchRCL_3
changeset 39 c0c2f28ace9c
parent 37 5f1cd966e0d9
child 40 a0da872af3fa
equal deleted inserted replaced
37:5f1cd966e0d9 39:c0c2f28ace9c
   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