applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.cpp
branchRCL_3
changeset 18 5f1cd966e0d9
parent 0 b16258d2340f
child 19 c0c2f28ace9c
equal deleted inserted replaced
17:a2a70ce3d4e8 18:5f1cd966e0d9
   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