Feature: Support upload/download executable file and run it

This commit is contained in:
shaun
2025-12-17 15:54:50 +01:00
committed by yuanyuanxiang
parent d3fb4862b9
commit b4687bb1a2
11 changed files with 254 additions and 69 deletions

View File

@@ -65,6 +65,9 @@ public:
{
m_bReady = ready;
}
virtual uint64_t GetClientID() const {
return 0;
}
};
#endif // !defined(AFX_MANAGER_H__32F1A4B3_8EA6_40C5_B1DF_E469F03FEC30__INCLUDED_)