From e090ea15ca26d70ed9c90010b11d6ec4dc770551 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 11:53:21 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index 84e78f28..3493c957 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -10,12 +10,12 @@ #include -Func::CreateFF::CreateFF() +Func2::CreateFF::CreateFF() { } -Func::CreateFF::~CreateFF() +Func2::CreateFF::~CreateFF() { } @@ -24,11 +24,11 @@ namespace l { static int - create(Branches2 &branches_, - ghc::filesystem::path const &fusepath_, - mode_t const mode_, - mode_t const umask_, - fuse_file_info_t *ffi_) + create(Branches2 &branches_, + fs::Path const &fusepath_, + mode_t const mode_, + mode_t const umask_, + fuse_file_info_t *ffi_) { int rv; mode_t mode; @@ -81,10 +81,10 @@ namespace l } int -Func::CreateFF::operator()(Branches2 &branches_, - ghc::filesystem::path const &fusepath_, - mode_t const mode_, - fuse_file_info_t *ffi_) +Func2::CreateFF::operator()(Branches2 &branches_, + ghc::filesystem::path const &fusepath_, + mode_t const mode_, + fuse_file_info_t *ffi_) { int rv; Config::Read cfg;