X-Git-Url: http://pilppa.org/gitweb/?p=lib1wire.git;a=blobdiff_plain;f=src%2FFactory.hh;fp=src%2FFactory.hh;h=ce29f238a4893d06909be83bf21f165b4c2b5854;hp=7c16d6f7b702cedd8243ce2b94c165daf4e2ccdd;hb=a7002b0a87c5f17b542dfbd44f482014a191df97;hpb=da203ad44792ca37320768f4cbe68587c4806910 diff --git a/src/Factory.hh b/src/Factory.hh index 7c16d6f..ce29f23 100644 --- a/src/Factory.hh +++ b/src/Factory.hh @@ -13,9 +13,9 @@ #include -#include "DeviceConfig.hh" -#include "DataReader.hh" -#include "Device.hh" +#include +#include +#include #ifndef W1_SCAN_ROOTDIR #define W1_SCAN_ROOTDIR "/sys/bus/w1/devices" @@ -27,7 +27,6 @@ namespace w1 { Factory(); virtual ~Factory(); static std::list get_device_list(); - static DeviceConfig *get_device_config(std::string device_id); private: //int parse_family_code(std::string folder_name); static plp::Device *create_w1_device(int family_code, std::string device_id, dirent *direntry_param);