|
@ -34,7 +34,7 @@ namespace Func |
|
|
virtual ~CreateBase() {}; |
|
|
virtual ~CreateBase() {}; |
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
virtual int operator(Branches2 &branches_, |
|
|
virtual int operator()(Branches2 &branches_, |
|
|
char const *fusepath, |
|
|
char const *fusepath, |
|
|
mode_t const mode, |
|
|
mode_t const mode, |
|
|
fuse_file_info_t *ffi) = 0; |
|
|
fuse_file_info_t *ffi) = 0; |
|
|
xxxxxxxxxx