applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.cpp
branchRCL_3
changeset 18 5f1cd966e0d9
parent 0 b16258d2340f
child 19 c0c2f28ace9c
equal deleted inserted replaced
17:a2a70ce3d4e8 18:5f1cd966e0d9
   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 
   133 TBool CPipeliningTestServer::ImmediateSocketShutdown()
   138 TBool CPipeliningTestServer::ImmediateSocketShutdown()
   134 	{
   139 	{
   135 	return EFalse;
   140 	return EFalse;
   136 	}
   141 	}
   137 
   142