e690a739da
In certain scenarios, such as with Proxy.php, we don't have CheckFileInfo in advance and need to request it before proceeding further. This adds a wrapper to wait for the CheckFileInfo request to complete. Change-Id: I8afa955f841899eb667c02168a29a68c1dffb21b Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk> |
||
---|---|---|
.. | ||
CheckFileInfo.cpp | ||
CheckFileInfo.hpp | ||
README | ||
StorageConnectionManager.cpp | ||
StorageConnectionManager.hpp | ||
WopiProxy.cpp | ||
WopiProxy.hpp | ||
WopiStorage.cpp | ||
WopiStorage.hpp |
This directory holds WOPI-specific code. First and foremost, it is to isolate it from Mobile Apps that do not have any dependencies on WOPI. This will also enable stubbing out the same classes/functions for Mobile Apps, so we wouldn't need so many compile-time directives to exclude such code. This also helps reduce the size of the translation-units where previously this code resided, making them more manageable in size and complexity.