From c3f80439a841120d7e17108da11cc343d5168b8c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 29 Mar 2010 07:34:34 +0200 Subject: new file classes for text and binary files --- src/utils/file.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/utils/file.hpp') diff --git a/src/utils/file.hpp b/src/utils/file.hpp index 87aba35c..9e96fb60 100644 --- a/src/utils/file.hpp +++ b/src/utils/file.hpp @@ -34,14 +34,8 @@ namespace usdx { class File { - private: - boost::filesystem::wifstream file; public: - File(const std::string& filename); - File(const boost::filesystem::wpath& path); - virtual ~File(void); - - std::wistream &stream(void); + virtual const std::streamsize get_filesize(void) = 0; }; }; -- cgit v1.2.3