diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2006-10-11 15:54:09 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2006-10-11 15:54:09 +0000 |
| commit | a77e41eee42b99282c05d268479ba5ebb11dc095 (patch) | |
| tree | d211c2e3978ba6ed6c91b8b430a85d59d50079f9 /src/tests/param/param.h | |
| parent | 745875139b5ee46e469927d410364bfeeedb2995 (diff) | |
| download | libbu++-a77e41eee42b99282c05d268479ba5ebb11dc095.tar.gz libbu++-a77e41eee42b99282c05d268479ba5ebb11dc095.tar.bz2 libbu++-a77e41eee42b99282c05d268479ba5ebb11dc095.tar.xz libbu++-a77e41eee42b99282c05d268479ba5ebb11dc095.zip | |
Rearranged the tests, now it's like the old style, which I like more for some
reason.
Diffstat (limited to 'src/tests/param/param.h')
| -rw-r--r-- | src/tests/param/param.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/tests/param/param.h b/src/tests/param/param.h deleted file mode 100644 index 2756b69..0000000 --- a/src/tests/param/param.h +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | #ifndef PARAM_H | ||
| 2 | #define PARAM_H | ||
| 3 | |||
| 4 | #include <stdint.h> | ||
| 5 | |||
| 6 | #include "paramproc.h" | ||
| 7 | |||
| 8 | class Param : public ParamProc | ||
| 9 | { | ||
| 10 | public: | ||
| 11 | Param(); | ||
| 12 | virtual ~Param(); | ||
| 13 | |||
| 14 | private: | ||
| 15 | int printStuff( int argc, char *argv[] ); | ||
| 16 | |||
| 17 | std::string str; | ||
| 18 | uint32_t uint32; | ||
| 19 | }; | ||
| 20 | |||
| 21 | #endif | ||
