mirror of
https://github.com/znc/znc.git
synced 2026-05-18 15:25:53 +02:00
modpython: Switch from CSmartPtr to std::shared_ptr
Patch by DarthGandalf, I just committed it to git. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -78,4 +78,4 @@ EModRet OnModuleUnloading(CModule* pModule, bool& bSuccess, CString& sRetMsg)
|
||||
EModRet OnGetModInfo(CModInfo& ModInfo, const CString& sModule, bool& bSuccess, CString& sRetMsg)
|
||||
void OnGetAvailableMods(std::set<CModInfo>& ssMods, CModInfo::EModuleType eType)
|
||||
void OnClientCapLs(CClient* pClient, SCString& ssCaps)
|
||||
EModRet OnLoginAttempt(CSmartPtr<CAuthBase> Auth)
|
||||
EModRet OnLoginAttempt(std::shared_ptr<CAuthBase> Auth)
|
||||
|
||||
Reference in New Issue
Block a user