diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-07 19:56:20 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-07 19:56:20 +0000 |
commit | 9e8a4944e50fab432012878c66e1bdac20649f76 (patch) | |
tree | 412b0d49ae4086bb330045f9956513397b866807 /src/entities/bu-class | |
parent | c2e3879b965d297604804f03271ac71c8c5c81f3 (diff) | |
download | libbu++-9e8a4944e50fab432012878c66e1bdac20649f76.tar.gz libbu++-9e8a4944e50fab432012878c66e1bdac20649f76.tar.bz2 libbu++-9e8a4944e50fab432012878c66e1bdac20649f76.tar.xz libbu++-9e8a4944e50fab432012878c66e1bdac20649f76.zip |
The Stream Filter archetecture is finished, it's actually much cooler than I
had anticipated, and much cleaner. I'll have to add some documentation to it,
because it's not really obvious how any of it fits together from the outset,
although I have to say that the bzip2 test program is the easiest general bzip2
compression program I've ever made...it just goes :)
Decompression in Bu::BZip2 isn't finished yet, but that's ok, it's coming soon.
Diffstat (limited to 'src/entities/bu-class')
-rw-r--r-- | src/entities/bu-class | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/entities/bu-class b/src/entities/bu-class index 81e3d25..7b25291 100644 --- a/src/entities/bu-class +++ b/src/entities/bu-class | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | 12 | ||
13 | {?parent:"#include \"{=parent:%tolower}.h\" | 13 | {?parent:"#include \"bu/{=parent:%tolower}.h\" |
14 | 14 | ||
15 | "}namespace Bu | 15 | "}namespace Bu |
16 | { | 16 | { |
@@ -35,6 +35,8 @@ | |||
35 | filename="{=name:%tolower}.cpp" | 35 | filename="{=name:%tolower}.cpp" |
36 | >#include "bu/{=name:%tolower}.h" | 36 | >#include "bu/{=name:%tolower}.h" |
37 | 37 | ||
38 | using namespace Bu; | ||
39 | |||
38 | Bu::{=name}::{=name}() | 40 | Bu::{=name}::{=name}() |
39 | { | 41 | { |
40 | } | 42 | } |