diff options
author | pixel <pixel> | 2003-01-22 01:33:58 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-22 01:33:58 +0000 |
commit | c97ddf45a6918547799f19f55398034d75336789 (patch) | |
tree | a776d99a39447251f2011aa19a3c5f987ae40af9 /lib/Output.cc | |
parent | e5846a17a7e350ec8b87c3c0ec2d6c55033d62d7 (diff) |
Cleaning out things
Diffstat (limited to 'lib/Output.cc')
-rw-r--r-- | lib/Output.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Output.cc b/lib/Output.cc index 296510d..e9016f9 100644 --- a/lib/Output.cc +++ b/lib/Output.cc @@ -76,7 +76,9 @@ String Output::GetName() const { return n; } +#ifdef HOOK_STDS Stdout_t::Stdout_t() {} +#endif bool Stdout_t::CanSeek() const { return 0; @@ -86,7 +88,9 @@ String Stdout_t::GetName() const { return "Stdout"; } +#ifdef HOOK_STDS Stderr_t::Stderr_t() : Handle(dup(2)) {} +#endif bool Stderr_t::CanWrite() const { return 1; |