loolwsd/LOOLProtocol.hpp | 6 ++++++ 1 file changed, 6 insertions(+) New commits: commit c75725393991998ad38ec4a73fbb970feb0c99d0 Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> Date: Sun May 1 20:31:40 2016 -0400
loolwsd: getAbbreviatedMessage from std::vector<char> Change-Id: Ib901fb786839d48604a99a0eab0c7dd048e2004d Reviewed-on: https://gerrit.libreoffice.org/24578 Reviewed-by: Ashod Nakashian <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@gmail.com> diff --git a/loolwsd/LOOLProtocol.hpp b/loolwsd/LOOLProtocol.hpp index 673e75f..05cc4b4 100644 --- a/loolwsd/LOOLProtocol.hpp +++ b/loolwsd/LOOLProtocol.hpp @@ -110,6 +110,12 @@ namespace LOOLProtocol { return getAbbreviatedMessage(message.data(), message.size()); } + + inline + std::string getAbbreviatedMessage(const std::vector<char>& message) + { + return getAbbreviatedMessage(message.data(), message.size()); + } }; #endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits