/// This is a general implementation that is used in document lock file implementation and in sharing control file implementation class SVL_DLLPUBLIC LockFileCommon
{ private:
OUString m_aURL;
protected:
std::mutex m_aMutex;
/// This method generates the URL of the lock file based on the document URL and the specified prefix. static OUString GenerateOwnLockFileURL(std::u16string_view aOrigURL, std::u16string_view aPrefix);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.