datacommsserver/esockserver/test/TE_RConnectionSuite/inc/TE_RConnectionStep.h
branchRCL_3
changeset 14 4ccf8e394726
parent 0 dfb7c4ff071f
--- a/datacommsserver/esockserver/test/TE_RConnectionSuite/inc/TE_RConnectionStep.h	Wed Mar 31 23:27:09 2010 +0300
+++ b/datacommsserver/esockserver/test/TE_RConnectionSuite/inc/TE_RConnectionStep.h	Wed Apr 14 17:14:05 2010 +0300
@@ -238,6 +238,13 @@
 	
 	
 	void WaitForRelevantProgress(RConnection& aConn, TNifProgressBuf& aProgress, TInt aRelevantProgress);
+	
+	/**
+	@param aStatus The TRequestStatus you want to wait on
+	@param aTimeOut The time in microseconds to wait for the request to complete before returning
+	@return ETrue if the request completed, EFalse if the timeout happened first 
+	*/
+	TBool WaitForRequestOrTimeOutL(TRequestStatus& aStatus, TInt aTimeOut);
 
 protected:
 	// this is the config data read from the .ini file in ReadIniFile().