missing eFileUpdateOptions from a removal fixed

This commit is contained in:
d1str4ught
2025-09-28 15:40:16 +02:00
parent cf2bb98569
commit 7504f3ae61
2 changed files with 0 additions and 10 deletions

View File

@@ -457,13 +457,6 @@ bool DESC_MANAGER::LoadClientPackageCryptInfo(const char* pDirName)
{
return m_pPackageCrypt->LoadPackageCryptInfo(pDirName);
}
#ifdef OS_FREEBSD
void DESC_MANAGER::NotifyClientPackageFileChanged( const std::string& dirName, eFileUpdatedOptions eUpdateOption )
{
Instance().LoadClientPackageCryptInfo(dirName.c_str());
}
#endif
void DESC_MANAGER::SendClientPackageCryptKey( LPDESC desc )
{

View File

@@ -68,9 +68,6 @@ class DESC_MANAGER : public singleton<DESC_MANAGER>
bool LoadClientPackageCryptInfo(const char* pDirName);
void SendClientPackageCryptKey( LPDESC desc );
void SendClientPackageSDBToLoadMap( LPDESC desc, const char* pMapName );
#ifdef OS_FREEBSD
static void NotifyClientPackageFileChanged( const std::string& fileName, eFileUpdatedOptions eUpdateOption );
#endif
private:
bool m_bDisconnectInvalidCRC;