From Loic Dachary, added getFileName method

This commit is contained in:
Robert Osfield 2004-11-14 21:08:10 +00:00
parent 7ddb8ed87f
commit 39311cdee3

View File

@ -77,6 +77,7 @@ class OSGDB_EXPORT Output : public std::ofstream
inline PathNameHint getPathNameHint() const { return _pathNameHint; } inline PathNameHint getPathNameHint() const { return _pathNameHint; }
virtual std::string getFileNameForOutput(const std::string& filename) const; virtual std::string getFileNameForOutput(const std::string& filename) const;
const std::string& getFileName() const { return _filename; }
protected: protected: