DoxyBugs
1
Main Page
Classes
Files
File List
C:
projects
cpp
DoxyBugs
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
//================================================================================
Generated on Wed Jun 20 2012 15:30:17 for DoxyBugs by
1.8.1.1