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 
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