mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
* Add Variadic arguments to THROW_* macros
This commit is contained in:
@@ -86,6 +86,11 @@ bool FileWriter::isOpen() const
|
||||
return m_fileHandle != NULL;
|
||||
}
|
||||
|
||||
bool FileWriter::save()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void FileWriter::seek(Int64 pos, SeekOrigin origin)
|
||||
{
|
||||
if (fseeko64(m_fileHandle, pos, (int)origin) != 0)
|
||||
|
||||
Reference in New Issue
Block a user