ReceiveFileStatus This virtual function is called during a ReceiveToFile function. Params bytesReceived - number of bytes received so far Return TRUE - allow the receive to continue FALSE - abort the receive ****************************************************/
| 2112 | FALSE - abort the receive |
| 2113 | ****************************************************/ |
| 2114 | BOOL CUT_WSClient::ReceiveFileStatus(long /* bytesReceived */ ){ |
| 2115 | return !IsAborted(); |
| 2116 | } |
| 2117 | /*************************************************** |
| 2118 | SendFileStatus |
| 2119 | This virtual function is called during a |
nothing calls this directly
no outgoing calls
no test coverage detected