summaryrefslogtreecommitdiff
path: root/libfusepp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-02-15 16:13:47 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-02-15 16:13:47 +0000
commitc28bbc2c15ee0bcba3203c3b5011c3e86213bffd (patch)
tree3e26ea7fe97ce52d02323f82309cd8a06eb4ba24 /libfusepp
parentCentralize slicer lib defs (diff)
downloadnetfs-c28bbc2c15ee0bcba3203c3b5011c3e86213bffd.tar.bz2
netfs-c28bbc2c15ee0bcba3203c3b5011c3e86213bffd.tar.xz
netfs-c28bbc2c15ee0bcba3203c3b5011c3e86213bffd.zip
Refactor to make more testable
Diffstat (limited to 'libfusepp')
-rw-r--r--libfusepp/Jamfile.jam5
-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