Cleanup, rename
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
|
||||
class TemperatureSensor {
|
||||
public:
|
||||
virtual int getTemperature() = 0;
|
||||
virtual int temperature() = 0;
|
||||
virtual std::string name() = 0;
|
||||
};
|
||||
|
||||
#endif // TEMPERATURESENSOR_H_
|
||||
|
||||
Reference in New Issue
Block a user