Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

JustDoIt.h

Go to the documentation of this file.
00001 #ifndef __JUSTDOIT_H
00002 #define __JUSTDOIT_H
00003 
00008 namespace Teem
00009 {
00012     class JustDoIt
00013     {
00014     public:
00016         virtual ~JustDoIt() {}
00017         
00019         virtual void doIt(void) = 0;
00020     };
00021 }
00022 
00023 #endif

Generated on Mon Oct 24 17:38:25 2005 for Teem by  doxygen 1.4.2