From a77e41eee42b99282c05d268479ba5ebb11dc095 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Oct 2006 15:54:09 +0000 Subject: Rearranged the tests, now it's like the old style, which I like more for some reason. --- src/tests/param/param.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/tests/param/param.h (limited to 'src/tests/param/param.h') 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 @@ -#ifndef PARAM_H -#define PARAM_H - -#include - -#include "paramproc.h" - -class Param : public ParamProc -{ -public: - Param(); - virtual ~Param(); - -private: - int printStuff( int argc, char *argv[] ); - - std::string str; - uint32_t uint32; -}; - -#endif -- cgit v1.2.3