mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Add formattedMessage to Exception
* Add missing IStreamWriter::fill implementations in FileWriter
This commit is contained in:
@@ -59,6 +59,8 @@ public:
|
||||
void writeBool (bool val);
|
||||
void writeString(const std::string& val);
|
||||
void writeUnicode(const std::string& str);
|
||||
void fill(atInt8 byte, atUint64 len);
|
||||
void fill(atUint8 byte, atUint64 len);
|
||||
private:
|
||||
std::string m_filename;
|
||||
FILE* m_fileHandle;
|
||||
|
||||
Reference in New Issue
Block a user