mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
refactoring
This commit is contained in:
@ -69,7 +69,7 @@ public:
|
||||
~CDjVuFileImplementation();
|
||||
|
||||
bool LoadFromFile(const std::wstring& wsSrcFileName, const std::wstring& wsXmlOptions = L"");
|
||||
bool LoadFromMemory(BYTE* data, DWORD length, const std::wstring& wsXmlOptions = L"");
|
||||
bool LoadFromMemory(BYTE* data, DWORD length, const std::wstring& wsXmlOptions = L"");
|
||||
void Close();
|
||||
std::wstring GetTempDirectory() const;
|
||||
void SetTempDirectory(const std::wstring& wsDirectory);
|
||||
|
||||
Reference in New Issue
Block a user