summaryrefslogtreecommitdiff
path: root/lib/OutPipe.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-28 22:03:53 +0000
committerPixel <Pixel>2001-11-28 22:03:53 +0000
commit0a7f6d0b5935f9794dda8935d37d4238bed3d611 (patch)
tree8c45e37dd1e95df0efa3414d33ca2e7f597872e2 /lib/OutPipe.cc
parent9f2ad93e4dd13446a9df2304f1f74c4272739bea (diff)
Some changes...
Diffstat (limited to 'lib/OutPipe.cc')
-rw-r--r--lib/OutPipe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/OutPipe.cc b/lib/OutPipe.cc
index 456a5bd..9e60b15 100644
--- a/lib/OutPipe.cc
+++ b/lib/OutPipe.cc
@@ -19,11 +19,11 @@ void OutPipe::Hook() {
}
bool OutPipe::CanWrite() {
- return false;
+ return true;
}
bool OutPipe::CanRead() {
- return true;
+ return false;
}
String OutPipe::GetName() {