diff options
Diffstat (limited to 'plugins/CloudFile/src/Services/microsoft_service.h')
-rw-r--r-- | plugins/CloudFile/src/Services/microsoft_service.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/CloudFile/src/Services/microsoft_service.h b/plugins/CloudFile/src/Services/microsoft_service.h index cdd9d53976..c58bb4e07c 100644 --- a/plugins/CloudFile/src/Services/microsoft_service.h +++ b/plugins/CloudFile/src/Services/microsoft_service.h @@ -15,10 +15,13 @@ private: void CreateSharedLink(const char *itemId, char *url); public: - COneDriveService(HNETLIBUSER hConnection); + COneDriveService(const char *protoName, const wchar_t *userName); - const char* GetModule() const; - const wchar_t* GetText() const; + static COneDriveService* Init(const char *szModuleName, const wchar_t *szUserName); + static int UnInit(COneDriveService*); + + const char* GetModuleName() const override; + int GetIconId() const; bool IsLoggedIn(); |