]> pilppa.org Git - lib1wire.git/blobdiff - src/W1Device.hh
api changes
[lib1wire.git] / src / W1Device.hh
index 28d4d3852cf217fc17159e1a04698128e4ac0387..0a905d3a3e618dbcb45eb402341e044d48093bea 100644 (file)
@@ -35,11 +35,9 @@ namespace w1 {
                                std::string device_type_param,
                                dirent *direntry_param);
                        ~W1Device();
-                       std::string get_name();
-                       void set_name(std::string name_param);
                        void printout();
                        plp::Data *get_data();
-                       const plp::DataReader *get_device_data();
+                       const plp::DataReader *get_datareader();
                protected:
                        std::string dir_path;
                        std::string slave_file;