[Libreoffice-bugs] [Bug 107038] online: Poco::Time* replacement with std::chrono
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu May 23 19:32:13 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=107038
--- Comment #10 from Michael Meeks <michael.meeks at collabora.com> ---
So - we need to replace the Storage.hpp "FileInfo" class:
class FileInfo
{
public:
FileInfo(const std::string& filename,
const std::string& ownerId,
const Poco::Timestamp& modifiedTime,
size_t /*size*/)
And get it to store a std::chrono internally. Then I would tackle its methods
and the callees to convert them to std::chrono too.
Thanks !
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190523/3d1e92c7/attachment.html>
More information about the Libreoffice-bugs
mailing list