From 7a267fb283014d307afeea2caa0bd2a7bd90b2ca Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 31 Jul 2023 17:51:19 +0300 Subject: Rename offline files to cloud files (except for function names) --- include/m_protoint.h | 2 +- include/m_protosvc.h | 2 +- include/m_srmm_int.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/m_protoint.h b/include/m_protoint.h index eddad66824..04a026e1bc 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -281,7 +281,7 @@ public: // the analog of ME_SYSTEM_MODULESLOADED for an account virtual void OnModulesLoaded(void); - // called when an offline file is being received + // called when an cloud file is being received virtual void OnReceiveOfflineFile(DB::FILE_BLOB &blob, void *ft); // prepares an event of the file being sent diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 601ddebb40..6d47da323e 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -800,7 +800,7 @@ __forceinline INT_PTR ProtoChainRecvFile(MCONTACT hContact, PROTORECVFILE *pre) } /////////////////////////////////////////////////////////////////////////////// -// Offline file processing +//Cloud file processing #define PS_OFFLINEFILE "/OfflineFile" diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index d061fcd230..767fbe3d13 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -356,7 +356,7 @@ MIR_APP_DLL(void) Srmm_Broadcast(UINT, WPARAM, LPARAM); MIR_APP_DLL(void) Srmm_CreateHotkey(const char *pszSection, const char *pszDescription); ///////////////////////////////////////////////////////////////////////////////////////// -// downloads or launches offline file +// downloads or launches cloud file // iCommand = combination of OFD_* constants MIR_APP_DLL(void) Srmm_DownloadOfflineFile(MCONTACT hContact, MEVENT hDbEvent, int iCommand); -- cgit v1.2.3