Implemented JSON Service
This commit is contained in:
8
JsonService.h
Normal file
8
JsonService.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "Service.h"
|
||||
#include <string>
|
||||
|
||||
class JsonService : public Service {
|
||||
public:
|
||||
virtual Weather getWeather(std::string s) override;
|
||||
virtual ~JsonService() {}
|
||||
};
|
||||
Reference in New Issue
Block a user