summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-07-31 17:51:19 +0300
committerdartraiden <wowemuh@gmail.com>2023-07-31 17:53:19 +0300
commit7a267fb283014d307afeea2caa0bd2a7bd90b2ca (patch)
treefa38f93a489c88740407be099fa2a4b609700955 /include
parent53db4f1fb21c048e081a3ebf9047147882951fba (diff)
Rename offline files to cloud files (except for function names)
Diffstat (limited to 'include')
-rw-r--r--include/m_protoint.h2
-rw-r--r--include/m_protosvc.h2
-rw-r--r--include/m_srmm_int.h2
3 files changed, 3 insertions, 3 deletions
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);