From e13811af7f525f973257dcb1bb833fcff7732dc8 Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 13 Jan 2015 12:49:05 +0100 Subject: added weatherforecast template --- services/weatherforecast.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'services') diff --git a/services/weatherforecast.h b/services/weatherforecast.h index c3f6b48..13f3c1e 100644 --- a/services/weatherforecast.h +++ b/services/weatherforecast.h @@ -8,6 +8,8 @@ public: cServiceCurrentWeather(void) { timeStamp = ""; temperature = ""; + minTemperature = ""; + maxTemperature = ""; apparentTemperature = ""; summary = ""; icon = ""; @@ -26,6 +28,8 @@ public: std::string timeStamp; std::string temperature; std::string apparentTemperature; + std::string minTemperature; + std::string maxTemperature; std::string summary; std::string icon; std::string precipitationIntensity; -- cgit v1.2.3