From 1dc13a641dd82825334e81bb3eb3b4ebd69d2552 Mon Sep 17 00:00:00 2001 From: David Corrales Date: Sat, 18 Aug 2007 05:24:18 +0000 Subject: Merged some of the changes from the trunk patch back in to the GSoC fsnode branch. svn-id: r28649 --- backends/file/base-file.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/file/base-file.cpp') diff --git a/backends/file/base-file.cpp b/backends/file/base-file.cpp index 3174f5828c..e42f50ce98 100644 --- a/backends/file/base-file.cpp +++ b/backends/file/base-file.cpp @@ -37,6 +37,8 @@ #include "CoreFoundation/CoreFoundation.h" #endif +namespace Common { + BaseFile::BaseFile() { _handle = 0; _ioFailed = false; @@ -224,3 +226,5 @@ long BaseFile::_ftell(FILE *stream) const { int BaseFile::_fwrite(const void * ptr, size_t obj_size, size_t count, FILE * stream) { return fwrite(ptr, obj_size, count, stream); } + +} // End of namespace Common -- cgit v1.2.3