diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-07-31 20:51:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-07-31 20:51:28 +0000 |
commit | fbb30d35cfa10bf36d4ecb2d0eb5971c24aab26a (patch) | |
tree | 4631e5b990624694b3576b037500603abce7ab8a /src/process.cpp | |
parent | 17ec138bb159df52fb07f2f3ba47816d58cc194e (diff) | |
download | libbu++-fbb30d35cfa10bf36d4ecb2d0eb5971c24aab26a.tar.gz libbu++-fbb30d35cfa10bf36d4ecb2d0eb5971c24aab26a.tar.bz2 libbu++-fbb30d35cfa10bf36d4ecb2d0eb5971c24aab26a.tar.xz libbu++-fbb30d35cfa10bf36d4ecb2d0eb5971c24aab26a.zip |
I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and
also made sure the copyright is at the top of all the files, it's been too long.
Anyway, this may effect some code, but not much, and it's an easy enough fix.
Diffstat (limited to '')
-rw-r--r-- | src/process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.cpp b/src/process.cpp index ff40f73..bea5932 100644 --- a/src/process.cpp +++ b/src/process.cpp | |||
@@ -160,7 +160,7 @@ void Bu::Process::setPosEnd( long ) | |||
160 | { | 160 | { |
161 | } | 161 | } |
162 | 162 | ||
163 | bool Bu::Process::isEOS() | 163 | bool Bu::Process::isEos() |
164 | { | 164 | { |
165 | return false; | 165 | return false; |
166 | } | 166 | } |