Driver.h

Go to the documentation of this file.
00001 #include "macros.h" // needs to be declared as first entry in .cpp or .h file!
00002 #ifndef __Exercise__
00003 #define __Exercise__
00004 #include <string>
00005 using namespace std;
00006 
00013 class Driver {
00014 public:
00015 
00022     int instantiate(string name);
00023 
00027     ~Driver();
00028 
00032     static void waitForKey();
00033 };
00034 
00035 #endif

Generated on Thu Jul 3 19:12:45 2008 for Exercise Framework by  doxygen 1.5.1