|
@ -14,9 +14,13 @@ public: |
|
|
Branches2 branches; |
|
|
Branches2 branches; |
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
int create(Path const &fusepath, |
|
|
int |
|
|
mode_t const mode, |
|
|
create(Path const &fusepath_, |
|
|
fuse_file_info_t *ffi); |
|
|
mode_t const mode_, |
|
|
|
|
|
fuse_file_info_t *ffi_) |
|
|
|
|
|
{ |
|
|
|
|
|
return _create(branches,fusepath_,mode_,ffi_); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
Func2::Create _create; |
|
|
Func2::Create _create; |
|
|
xxxxxxxxxx