From cff29a473635f56048e3eb267e1b45a0a6ac7928 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Fri, 21 May 2010 01:18:39 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@245 aa027e90-d47c-11dd-86d7-074df07e0730 --- Pascal/File.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pascal/File.h b/Pascal/File.h index 1312068..ec1ce91 100644 --- a/Pascal/File.h +++ b/Pascal/File.h @@ -152,8 +152,11 @@ class FileEntry : public Entry { const char *name() const { return _fileName; } Date modification() const { return _modification; } - unsigned static ValidName(const char *); + static unsigned ValidName(const char *); + static bool Compress(std::string& text); + static bool Uncompress(std::string& text); + protected: