mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 21:18:02 +00:00
* Forgot to implement isOpenForRead/Writing in TextStream
* Changed isOpenForReading/Writing to const int Stream
This commit is contained in:
@@ -193,13 +193,13 @@ public:
|
||||
*
|
||||
* \return True if open for reading; False otherwise.
|
||||
*/
|
||||
virtual bool isOpenForReading();
|
||||
virtual bool isOpenForReading() const;
|
||||
|
||||
/*! \brief Retuns whether or not the Stream is open for writing
|
||||
*
|
||||
* \return True if open for writing; False otherwise.
|
||||
*/
|
||||
virtual bool isOpenForWriting();
|
||||
virtual bool isOpenForWriting() const;
|
||||
|
||||
/*! \brief Sets the Endianss of the stream
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user