diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-10-27 23:08:24 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-10-27 23:08:24 +0000 |
commit | fa6e658f87726b4108e8019805a2b3387d6d8517 (patch) | |
tree | 17f1059a2a60f2223473435a51118110993fd578 /src/stream.cpp | |
parent | e8f7e6ea10efede39afa1698779ed15889cc2fba (diff) | |
download | libbu++-fa6e658f87726b4108e8019805a2b3387d6d8517.tar.gz libbu++-fa6e658f87726b4108e8019805a2b3387d6d8517.tar.bz2 libbu++-fa6e658f87726b4108e8019805a2b3387d6d8517.tar.xz libbu++-fa6e658f87726b4108e8019805a2b3387d6d8517.zip |
Added the beginings of the new stream system.
Diffstat (limited to '')
-rw-r--r-- | src/stream.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stream.cpp b/src/stream.cpp new file mode 100644 index 0000000..99c25f2 --- /dev/null +++ b/src/stream.cpp | |||
@@ -0,0 +1,9 @@ | |||
1 | #include "stream.h" | ||
2 | |||
3 | Stream::Stream() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Stream::~Stream() | ||
8 | { | ||
9 | } | ||