X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Farray2dfile.h;h=9ff8dca58196da35e9f3e7a13a3be0b38f583799;hb=82050376ed26c1a3e77445474f88a278ff0a5268;hp=8104129d5c1129328919adae7583ef02561fb733;hpb=3e346e67f7f7a331919a32439b0f54a4d53d3029;p=ctsim.git diff --git a/include/array2dfile.h b/include/array2dfile.h index 8104129..9ff8dca 100644 --- a/include/array2dfile.h +++ b/include/array2dfile.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2dfile.h,v 1.3 2000/06/28 15:25:34 kevin Exp $ +** $Id: array2dfile.h,v 1.4 2000/07/09 08:16:17 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -164,8 +164,12 @@ public: bool fileRead (const char* const filename); + bool fileRead (const string& filename); + bool fileWrite (const char* const filename); + bool fileWrite (const string& filename); + const string& getFilename (void) const { return m_filename; }