BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
ConfigurationExplorer.h
1 #pragma once
2 
3 namespace BeeeOn {
4 
5 class FileLoader;
6 
8 public:
9  virtual ~ConfigurationExplorer();
10 
11  virtual void explore(FileLoader &loader) = 0;
12 };
13 
14 }
Definition: FileLoader.h:11
Definition: ConfigurationExplorer.h:7