HomeWaterLeaksDetection
IControllable.h
Go to the documentation of this file.
1
#ifndef I_CONTROLLABLE_H
2
#define I_CONTROLLABLE_H
3
4
//===============IControllable class====================
5
13
class
IControllable
{
14
public
:
16
virtual
void
update
() = 0;
17
};
18
19
#endif
IControllable::update
virtual void update()=0
Updates the class (controller)
IControllable
Definition:
IControllable.h:13
include
IControllable.h
Generated on Thu May 13 2021 08:42:38 for HomeWaterLeaksDetection by
1.8.18