summaryrefslogtreecommitdiff
path: root/include/InPipe.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/InPipe.h
parent3f7070bf177b743be0eeb8c404a620f72eb15ab6 (diff)
Large dos2unix commit...
Diffstat (limited to 'include/InPipe.h')
-rw-r--r--include/InPipe.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/include/InPipe.h b/include/InPipe.h
index 2828da3..b08b35c 100644
--- a/include/InPipe.h
+++ b/include/InPipe.h
@@ -1,19 +1,19 @@
-#ifndef __INPIPE_H__
-#define __INPIPE_H__
-
-#include <Handle.h>
-
-class InPipe : public Handle {
- public:
- InPipe();
- InPipe(const InPipe &);
- virtual ~InPipe();
- void Hook();
- virtual bool CanWrite();
- virtual bool CanRead();
- virtual String GetName();
- private:
- int p[2], hooked;
-};
-
-#endif
+#ifndef __INPIPE_H__
+#define __INPIPE_H__
+
+#include <Handle.h>
+
+class InPipe : public Handle {
+ public:
+ InPipe();
+ InPipe(const InPipe &);
+ virtual ~InPipe();
+ void Hook();
+ virtual bool CanWrite();
+ virtual bool CanRead();
+ virtual String GetName();
+ private:
+ int p[2], hooked;
+};
+
+#endif