diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-01-05 15:42:03 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-01-05 15:42:03 +0000 |
commit | 845da7977140eef97189f913f9b664dd12eebe42 (patch) | |
tree | d1b8414f11d5c8a1643b09b415bea2fce4dbdfc5 /src/process.h | |
parent | d6986e5d77917cbfd1b5fab86d79c6abbd9b4aac (diff) | |
download | libbu++-845da7977140eef97189f913f9b664dd12eebe42.tar.gz libbu++-845da7977140eef97189f913f9b664dd12eebe42.tar.bz2 libbu++-845da7977140eef97189f913f9b664dd12eebe42.tar.xz libbu++-845da7977140eef97189f913f9b664dd12eebe42.zip |
Really minor tweaks, shouldn't effect anything that we have right now, really.
Diffstat (limited to 'src/process.h')
-rw-r--r-- | src/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 843ead1..db4a4cf 100644 --- a/src/process.h +++ b/src/process.h | |||
@@ -26,6 +26,7 @@ namespace Bu | |||
26 | public: | 26 | public: |
27 | enum Flags | 27 | enum Flags |
28 | { | 28 | { |
29 | None = 0x00, | ||
29 | StdOut = 0x01, | 30 | StdOut = 0x01, |
30 | StdErr = 0x02, | 31 | StdErr = 0x02, |
31 | Both = 0x03 | 32 | Both = 0x03 |