diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-02-15 16:13:47 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-05-06 00:40:49 +0100 |
commit | f46bafac28550d6b0c1ef61d8e3c15d26b40b298 (patch) | |
tree | 3e26ea7fe97ce52d02323f82309cd8a06eb4ba24 /libfusepp | |
parent | Centralize slicer lib defs (diff) | |
download | netfs-f46bafac28550d6b0c1ef61d8e3c15d26b40b298.tar.bz2 netfs-f46bafac28550d6b0c1ef61d8e3c15d26b40b298.tar.xz netfs-f46bafac28550d6b0c1ef61d8e3c15d26b40b298.zip |
Refactor to make more testable
Diffstat (limited to 'libfusepp')
-rw-r--r-- | libfusepp/Jamfile.jam | 5 | ||||
-rw-r--r-- | libfusepp/fuseAppBase.cpp (renamed from libfusepp/fuseapp.cpp) | 2 | ||||
-rw-r--r-- | libfusepp/fuseAppBase.h (renamed from libfusepp/fuseapp.h) | 0 |
3 files changed, 1 insertions, 6 deletions
diff --git a/libfusepp/Jamfile.jam b/libfusepp/Jamfile.jam deleted file mode 100644 index 1ba4a26..0000000 --- a/libfusepp/Jamfile.jam +++ /dev/null @@ -1,5 +0,0 @@ -project - : usage-requirements - <include>. - ; - diff --git a/libfusepp/fuseapp.cpp b/libfusepp/fuseAppBase.cpp index 1a6494a..4d9ca97 100644 --- a/libfusepp/fuseapp.cpp +++ b/libfusepp/fuseAppBase.cpp @@ -1,4 +1,4 @@ -#include "fuseapp.h" +#include "fuseAppBase.h" #include <errno.h> #include <assert.h> #include <stdio.h> diff --git a/libfusepp/fuseapp.h b/libfusepp/fuseAppBase.h index a320d36..a320d36 100644 --- a/libfusepp/fuseapp.h +++ b/libfusepp/fuseAppBase.h |