From Dr. Checkoway's school of Copy().
This commit is contained in:
@@ -64,6 +64,10 @@ private:
|
|||||||
*/
|
*/
|
||||||
bool m_bWriteFailed;
|
bool m_bWriteFailed;
|
||||||
bool WriteFailed() const { return !(m_iMode & RageFile::STREAMED) && m_bWriteFailed; }
|
bool WriteFailed() const { return !(m_iMode & RageFile::STREAMED) && m_bWriteFailed; }
|
||||||
|
|
||||||
|
// unused
|
||||||
|
RageFileObjDirect& operator=(const RageFileObjDirect& rhs);
|
||||||
|
RageFileObjDirect(const RageFileObjDirect& rhs);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user