datacommsserver/esockserver/test/TE_RConnectionSuite/inc/TE_RConnectionStep.h
branchRCL_3
changeset 14 4ccf8e394726
parent 0 dfb7c4ff071f
equal deleted inserted replaced
13:0b0e9fce0b58 14:4ccf8e394726
   236 	// method to get guqos (if used) to recognise the primary context has come up
   236 	// method to get guqos (if used) to recognise the primary context has come up
   237 	TInt ProdQoSL(RConnection& aConn, RSocketServ& aSS);
   237 	TInt ProdQoSL(RConnection& aConn, RSocketServ& aSS);
   238 	
   238 	
   239 	
   239 	
   240 	void WaitForRelevantProgress(RConnection& aConn, TNifProgressBuf& aProgress, TInt aRelevantProgress);
   240 	void WaitForRelevantProgress(RConnection& aConn, TNifProgressBuf& aProgress, TInt aRelevantProgress);
       
   241 	
       
   242 	/**
       
   243 	@param aStatus The TRequestStatus you want to wait on
       
   244 	@param aTimeOut The time in microseconds to wait for the request to complete before returning
       
   245 	@return ETrue if the request completed, EFalse if the timeout happened first 
       
   246 	*/
       
   247 	TBool WaitForRequestOrTimeOutL(TRequestStatus& aStatus, TInt aTimeOut);
   241 
   248 
   242 protected:
   249 protected:
   243 	// this is the config data read from the .ini file in ReadIniFile().
   250 	// this is the config data read from the .ini file in ReadIniFile().
   244 	// IAP numbers used when creating connections with overrides
   251 	// IAP numbers used when creating connections with overrides
   245 	TInt iDummyNifIap;
   252 	TInt iDummyNifIap;