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
11
class
Component
{
12
protected
:
13
Component
();
14
virtual
~Component
() = 0;
15
};
16
17
#endif
// COMPONENT_H
Component::Component
Component()
Definition
component.cc:9
Component::~Component
virtual ~Component()=0
Definition
component.cc:11
src
component
component.h
Generated by
1.13.2