wsd: move WopiProxy to wopi/
Change-Id: I5ec7bfe1c5295c3d17979dc5aaa2806259c6af9d Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
This commit is contained in:
parent
7e81b5ebbc
commit
11422c5340
5 changed files with 7 additions and 7 deletions
|
@ -149,9 +149,9 @@ coolwsd_sources = common/Crypto.cpp \
|
|||
wsd/TileCache.cpp \
|
||||
wsd/ProofKey.cpp \
|
||||
wsd/QuarantineUtil.cpp \
|
||||
wsd/WopiProxy.cpp \
|
||||
wsd/wopi/CheckFileInfo.cpp \
|
||||
wsd/wopi/StorageConnectionManager.cpp
|
||||
wsd/wopi/StorageConnectionManager.cpp \
|
||||
wsd/wopi/WopiProxy.cpp
|
||||
|
||||
coolwsd_SOURCES = $(coolwsd_sources) \
|
||||
$(shared_sources) \
|
||||
|
@ -312,9 +312,9 @@ wsd_headers = wsd/Admin.hpp \
|
|||
wsd/UserMessages.hpp \
|
||||
wsd/QuarantineUtil.hpp \
|
||||
wsd/HostUtil.hpp \
|
||||
wsd/WopiProxy.hpp \
|
||||
wsd/wopi/CheckFileInfo.hpp \
|
||||
wsd/wopi/StorageConnectionManager.hpp
|
||||
wsd/wopi/StorageConnectionManager.hpp \
|
||||
wsd/wopi/WopiProxy.hpp
|
||||
|
||||
shared_headers = common/Common.hpp \
|
||||
common/Clipboard.hpp \
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
#include <FileServer.hpp>
|
||||
#if !MOBILEAPP
|
||||
#include <HostUtil.hpp>
|
||||
#include <wopi/WopiProxy.hpp>
|
||||
#endif // !MOBILEAPP
|
||||
#include <RequestDetails.hpp>
|
||||
#include <ProxyRequestHandler.hpp>
|
||||
#include <WopiProxy.hpp>
|
||||
#include <net/HttpHelper.hpp>
|
||||
#include <ConfigUtil.hpp>
|
||||
#include <JailUtil.hpp>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <RequestVettingStation.hpp>
|
||||
#include <RequestDetails.hpp>
|
||||
#include <Socket.hpp>
|
||||
#include <WopiProxy.hpp>
|
||||
#include <wopi/WopiProxy.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <WopiProxy.hpp>
|
||||
#include "WopiProxy.hpp"
|
||||
|
||||
#include "FileUtil.hpp"
|
||||
#include "HttpHelper.hpp"
|
Loading…
Reference in a new issue