Discman
Loading...
Searching...
No Matches
component.h
Go to the documentation of this file.
1
6
7 #ifndef COMPONENT_H
8 #define COMPONENT_H
9
11class Component {
12 protected:
13 Component();
14 virtual ~Component() = 0;
15};
16
17#endif // COMPONENT_H
virtual ~Component()=0
Definition component.cc:11