diff options
author | Pixel <Pixel> | 2001-11-13 11:50:37 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-13 11:50:37 +0000 |
commit | 9235fbc2a736da2c68eb2dc0a3c1007b4a202d5e (patch) | |
tree | 4045976599c1738646e6debccefa90d00107a42e /include/CopyJob.h | |
parent | 701e4e617e00e7f0ed4f07c1c4bcc20f6fb6ce4d (diff) |
Still working on task system.
Diffstat (limited to 'include/CopyJob.h')
-rw-r--r-- | include/CopyJob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CopyJob.h b/include/CopyJob.h index 3c88100..a4f4bca 100644 --- a/include/CopyJob.h +++ b/include/CopyJob.h @@ -11,7 +11,7 @@ class CopyJob : public Task { public: CopyJob(Handle *, Handle *, ssize_t = -1); virtual ~CopyJob(); - virtual int Do(); + virtual int Do() throw (GeneralException); virtual String GetName(); private: Handle * s, * d; |