summaryrefslogtreecommitdiff
path: root/include/CopyJob.h
diff options
context:
space:
mode:
authorpixel <pixel>2004-11-27 21:43:48 +0000
committerpixel <pixel>2004-11-27 21:43:48 +0000
commit583964f9f8e954eb57b31663065c5b9e833d045e (patch)
treeacec0745ed26454ee1275d3887f7456307669014 /include/CopyJob.h
parent3f7070bf177b743be0eeb8c404a620f72eb15ab6 (diff)
Large dos2unix commit...
Diffstat (limited to 'include/CopyJob.h')
-rw-r--r--include/CopyJob.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/include/CopyJob.h b/include/CopyJob.h
index 7284b24..bcc9afe 100644
--- a/include/CopyJob.h
+++ b/include/CopyJob.h
@@ -1,26 +1,26 @@
-#ifndef __COPYJOB_H__
-#define __COPYJOB_H__
-
-#include <sys/time.h>
-#include <Task.h>
-#include <Handle.h>
-
-#define COPY_BUFSIZ 4096
-
-class CopyJob : public Task {
- public:
- CopyJob(Handle *, Handle *, ssize_t = -1, bool = false, bool = false, int = -1);
- virtual ~CopyJob();
- virtual int Do() throw (GeneralException);
- virtual String GetName();
-
- private:
- Handle * s, * d;
- bool ds, dd;
- ssize_t siz, cursiz;
- char buffer[COPY_BUFSIZ + 1];
- int r, w, tw, shape;
- struct timeval start;
-};
-
-#endif
+#ifndef __COPYJOB_H__
+#define __COPYJOB_H__
+
+#include <sys/time.h>
+#include <Task.h>
+#include <Handle.h>
+
+#define COPY_BUFSIZ 4096
+
+class CopyJob : public Task {
+ public:
+ CopyJob(Handle *, Handle *, ssize_t = -1, bool = false, bool = false, int = -1);
+ virtual ~CopyJob();
+ virtual int Do() throw (GeneralException);
+ virtual String GetName();
+
+ private:
+ Handle * s, * d;
+ bool ds, dd;
+ ssize_t siz, cursiz;
+ char buffer[COPY_BUFSIZ + 1];
+ int r, w, tw, shape;
+ struct timeval start;
+};
+
+#endif