X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FFactory.hh;fp=src%2FFactory.hh;h=415ce9584717c7cb23194fbaeb06c9c1b80deac3;hb=af341b7dfafac0912f513879565ebd856aa77915;hp=a5cf254c31f60c4ae958ebc00f584948c7778ad9;hpb=d01194ab9275bc97176071089edc2781bb4de51b;p=lib1wire.git diff --git a/src/Factory.hh b/src/Factory.hh index a5cf254..415ce95 100644 --- a/src/Factory.hh +++ b/src/Factory.hh @@ -31,7 +31,7 @@ namespace w1 { static DeviceConfig *get_device_config(std::string device_id); private: //int parse_family_code(std::string folder_name); - static W1Device *create_device(dirent *direntry_param); + static W1Device *create_device(dirent *direntry_param, int *err_code_param); }; }