1b6af5e28d
Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Change-Id: I976c5b8d6763cbbf0ee5cadfa2f7335ec719fe85 |
||
---|---|---|
.. | ||
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.