// File.cpp: implementation of the CFile class. // ////////////////////////////////////////////////////////////////////// #include "File.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CFile::CFile(const char *) { } CFile::~CFile() { }