|
@@ -82,7 +82,7 @@ protected:
|
|
|
virtual void onAbort() {};
|
|
|
// This function is called when DownloadFailureException is caught right after
|
|
|
// the invocation of onAbort().
|
|
|
- virtual void onFailure() {};
|
|
|
+ virtual void onFailure(const Exception& err) {};
|
|
|
virtual bool exitBeforeExecute() = 0;
|
|
|
virtual bool executeInternal() = 0;
|
|
|
void setReadCheckSocket(const SharedHandle<SocketCore>& socket);
|