Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassarbad <none@none>2004-11-28 17:40:06 +0300
committerassarbad <none@none>2004-11-28 17:40:06 +0300
commitd8c533e024ac075b787d910011035743ebd1ee24 (patch)
treed382b936350aded88bf7fde39e5fbe53a9a4369f /windirstat/windirstat.h
parent427193553871c8baa689306cfcc21b1d94686219 (diff)
- Extended CFileFindWDS to replace a global function
- Now packing/unpacking the file attributes. This even spares a call to find encrypted/compressed files.
Diffstat (limited to 'windirstat/windirstat.h')
-rw-r--r--windirstat/windirstat.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/windirstat/windirstat.h b/windirstat/windirstat.h
index 3229a69..89d122f 100644
--- a/windirstat/windirstat.h
+++ b/windirstat/windirstat.h
@@ -71,8 +71,6 @@ public:
CMyImageList *GetMyImageList();
- ULONGLONG GetFileSizeWDS(CFileFind& finder);
-
void UpdateRamUsage();
void PeriodicalUpdateRamUsage();
@@ -83,6 +81,8 @@ public:
void RestartApplication();
+ CGetCompressedFileSizeApi *GetComprSizeApi();
+
protected:
CString FindResourceDllPathByLangid(LANGID& langid);
CString FindHelpfilePathByLangid(LANGID langid);
@@ -126,6 +126,10 @@ protected:
// $Log$
+// Revision 1.12 2004/11/28 14:40:06 assarbad
+// - Extended CFileFindWDS to replace a global function
+// - Now packing/unpacking the file attributes. This even spares a call to find encrypted/compressed files.
+//
// Revision 1.11 2004/11/25 11:58:52 assarbad
// - Minor fixes (odd behavior of coloring in ANSI version, caching of the GetCompressedFileSize API)
// for details see the changelog.txt