#ifndef DoNothing_HH #define DoNothing_HH class DoNothing { public: DoNothing(); ~DoNothing(void); void foo(char* ch); }; #endif