mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/DataStores: Implemented WDC2
This commit is contained in:
@@ -45,6 +45,11 @@ std::size_t DB2FileSystemSource::GetPosition() const
|
||||
return ftell(_file);
|
||||
}
|
||||
|
||||
void DB2FileSystemSource::SetPosition(std::size_t position)
|
||||
{
|
||||
fseek(_file, position, SEEK_SET);
|
||||
}
|
||||
|
||||
std::size_t DB2FileSystemSource::GetFileSize() const
|
||||
{
|
||||
boost::system::error_code error;
|
||||
|
||||
Reference in New Issue
Block a user