diff options
author | pixel <pixel> | 2002-12-23 15:28:15 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-23 15:28:15 +0000 |
commit | 3dbdb39eb0abdd9a1aeb3744e5fe8a43e0afadc1 (patch) | |
tree | dd1c5b632ba05b3388d3e0ab1731e14021386af9 /include/CopyJob.h | |
parent | c1271b904b730dbf427366d9aa6388037931ba84 (diff) |
pre-commit patch
Diffstat (limited to 'include/CopyJob.h')
-rw-r--r-- | include/CopyJob.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/CopyJob.h b/include/CopyJob.h index 4351570..8e4135c 100644 --- a/include/CopyJob.h +++ b/include/CopyJob.h @@ -1,6 +1,5 @@ #ifndef __COPYJOB_H__ #define __COPYJOB_H__ -#ifdef __cplusplus #include <Task.h> #include <Handle.h> @@ -22,7 +21,4 @@ class CopyJob : public Task { int r, w, tw; }; -#else -#error This only works with a C++ compiler -#endif #endif |