diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2008-07-02 03:12:36 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2008-07-02 03:12:36 +0000 |
| commit | aa6471979556621151592e147be81ce940558e55 (patch) | |
| tree | 487b0fade53903d32a6780fe285caa5de463a9eb /src/nidsstream.cpp | |
| parent | a153962ffe93e70f2419efeab904b515c99c2eda (diff) | |
| download | libbu++-aa6471979556621151592e147be81ce940558e55.tar.gz libbu++-aa6471979556621151592e147be81ce940558e55.tar.bz2 libbu++-aa6471979556621151592e147be81ce940558e55.tar.xz libbu++-aa6471979556621151592e147be81ce940558e55.zip | |
Caching is coming together nicely, as well as the new nids system...or
whatever it'll be called later...
Diffstat (limited to '')
| -rw-r--r-- | src/nidsstream.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nidsstream.cpp b/src/nidsstream.cpp new file mode 100644 index 0000000..d05fbc0 --- /dev/null +++ b/src/nidsstream.cpp | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #include "bu/nidsstream.h" | ||
| 2 | |||
| 3 | Bu::NidsStream::NidsStream() | ||
| 4 | { | ||
| 5 | } | ||
| 6 | |||
| 7 | Bu::NidsStream::~NidsStream() | ||
| 8 | { | ||
| 9 | } | ||
| 10 | |||
