Changeset 7626 in orxonox.OLD for branches/qt_gui/src/lib/parser/ini_parser/ini_parser.h
- Timestamp:
- May 16, 2006, 9:40:56 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/parser/ini_parser/ini_parser.h
r7625 r7626 44 44 45 45 /** @returns true if the file is opened, false otherwise*/ 46 bool isOpen() const { return (!this->fileName.empty())? true : false; };46 bool isOpen() const { return true; } ///HACK //(this->fileName.empty()) ? false : true; }; 47 47 /** @returns the fileName we have opened. */ 48 48 const std::string& getFileName() const { return this->fileName; };
Note: See TracChangeset
for help on using the changeset viewer.