summaryrefslogtreecommitdiffstats
path: root/wsd/Storage.hpp
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-11-18 13:08:14 +0100
committerAndras Timar <andras.timar@collabora.com>2021-11-18 14:14:11 +0100
commitf07ff8c7e0754babe9819163fb0edeacac326caf (patch)
tree2e24c52eb95edf971399e33580d26b691528b211 /wsd/Storage.hpp
parentNotebookbarBuilder.js: Set role of Menubar. (diff)
downloadonline-f07ff8c7e0754babe9819163fb0edeacac326caf.tar.gz
online-f07ff8c7e0754babe9819163fb0edeacac326caf.zip
rename: remaining lool->cool changes
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: Ib7d4e804bebe52dead8d53b0e0bbaed0f08bf3d0
Diffstat (limited to 'wsd/Storage.hpp')
-rw-r--r--wsd/Storage.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/wsd/Storage.hpp b/wsd/Storage.hpp
index b007cff4f7..4bdc8aeaad 100644
--- a/wsd/Storage.hpp
+++ b/wsd/Storage.hpp
@@ -19,7 +19,7 @@
#include "Auth.hpp"
#include "HttpRequest.hpp"
-#include "LOOLWSD.hpp"
+#include "COOLWSD.hpp"
#include "Log.hpp"
#include "Util.hpp"
#include <common/Authorization.hpp>
@@ -185,7 +185,7 @@ public:
UploadResult _result;
};
- enum class LOOLStatusCode
+ enum class COOLStatusCode
{
DOC_CHANGED = 1010 // Document changed externally in storage
};
@@ -205,7 +205,7 @@ public:
_isExitSave(false)
{
setUri(uri);
- LOG_DBG("Storage ctor: " << LOOLWSD::anonymizeUrl(_uri.toString()));
+ LOG_DBG("Storage ctor: " << COOLWSD::anonymizeUrl(_uri.toString()));
}
virtual ~StorageBase() {}
@@ -404,7 +404,7 @@ public:
, _isCopy(false)
{
LOG_INF("LocalStorage ctor with localStorePath: [" << localStorePath <<
- "], jailPath: [" << jailPath << "], uri: [" << LOOLWSD::anonymizeUrl(uri.toString()) << "].");
+ "], jailPath: [" << jailPath << "], uri: [" << COOLWSD::anonymizeUrl(uri.toString()) << "].");
}
class LocalFileInfo
@@ -463,7 +463,7 @@ public:
{
LOG_INF("WopiStorage ctor with localStorePath: ["
<< localStorePath << "], jailPath: [" << jailPath << "], uri: ["
- << LOOLWSD::anonymizeUrl(uri.toString()) << ']');
+ << COOLWSD::anonymizeUrl(uri.toString()) << ']');
}
class WOPIFileInfo