Remove _name.clear(); from Close since same File instance is re-opened by Symbian using that filename.

svn-id: r23152
This commit is contained in:
Lars Persson 2006-06-16 22:20:07 +00:00
parent f1831b8b5d
commit 7675b3546d

View File

@ -344,7 +344,6 @@ void File::close() {
if (_handle)
fclose(_handle);
_handle = NULL;
_name.clear();
}
bool File::isOpen() const {