DoxyBugs  1
Base.h
Go to the documentation of this file.
1 //================================================================================
2 // Copyright (C) NAB 2010
3 //================================================================================
4 
6 
7 #if !defined Base_h
8 #define Base_h
9 
11  class Base
12  {
13  public:
14 
16  virtual void method();
17 
18  protected:
19 
20  private:
21 
22  };
23 
24 #endif // Base_h
25 
26 //================================================================================
27 // Copyright (C) NAB 2010
28 //================================================================================