]> pilppa.org Git - lib1wire.git/blobdiff - src/Factory.hh
Moved files that were not w1 specific to libplp.
[lib1wire.git] / src / Factory.hh
index 7c16d6f7b702cedd8243ce2b94c165daf4e2ccdd..ce29f238a4893d06909be83bf21f165b4c2b5854 100644 (file)
@@ -13,9 +13,9 @@
 
 #include <dirent.h>
 
-#include "DeviceConfig.hh"
-#include "DataReader.hh"
-#include "Device.hh"
+#include <plp/DeviceConfig.hh>
+#include <plp/DataReader.hh>
+#include <plp/Device.hh>
 
 #ifndef W1_SCAN_ROOTDIR
        #define W1_SCAN_ROOTDIR         "/sys/bus/w1/devices"
@@ -27,7 +27,6 @@ namespace w1 {
                        Factory();
                        virtual ~Factory();
                        static std::list<plp::Device *> 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);