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