commit | 34684ff3138ca32e62754cfca2a0b2116aa9e32d | [log] [tgz] |
---|---|---|
author | bigbiff bigbiff <bigbiff@teamw.in> | Sun Dec 01 21:03:45 2013 -0500 |
committer | Dees Troy <dees_troy@teamw.in> | Thu Dec 19 18:02:44 2013 +0000 |
tree | 4166103c4a2d2f36fde45ff3d4b62515a8051137 | |
parent | 4d132cabf4d335f694189ec3e32e59e123e4a6db [diff] [blame] |
Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar. Moved Get_Folder_Size to this new class. Change-Id: If0a0220f900eb109581f2eeaf7b76e3f7d6886f1
diff --git a/twrpTar.hpp b/twrpTar.hpp index 9128ba0..fa3d2ce 100644 --- a/twrpTar.hpp +++ b/twrpTar.hpp
@@ -27,6 +27,7 @@ #include <fstream> #include <string> #include <vector> +#include "twrpDU.hpp" using namespace std;