base.h
Go to the documentation of this file.
00001 #ifndef BASE_H
00002 #define BASE_H
00003 
00004 class Base
00005 {
00006   public:
00007     virtual void saySomething() = 0;
00008 };
00009 
00010 #endif


class_loader
Author(s): Mirza Shah
autogenerated on Sun Oct 5 2014 22:50:57