LibreOffice Module ucb (master) 1
Public Member Functions | Public Attributes | List of all members
http_dav_ucp::LockInfo Struct Reference

#include <SerfLockStore.hxx>

Collaboration diagram for http_dav_ucp::LockInfo:
[legend]

Public Member Functions

 LockInfo ()
 
 LockInfo (OUString sToken, css::ucb::Lock aLock, rtl::Reference< CurlSession > xSession, sal_Int32 nLastChanceToSendRefreshRequest)
 

Public Attributes

OUString m_sToken
 
css::ucb::Lock m_Lock
 
rtl::Reference< CurlSessionm_xSession
 
sal_Int32 m_nLastChanceToSendRefreshRequest
 

Detailed Description

Definition at line 37 of file SerfLockStore.hxx.

Constructor & Destructor Documentation

◆ LockInfo() [1/2]

http_dav_ucp::LockInfo::LockInfo ( )
inline

Definition at line 44 of file SerfLockStore.hxx.

◆ LockInfo() [2/2]

http_dav_ucp::LockInfo::LockInfo ( OUString  sToken,
css::ucb::Lock  aLock,
rtl::Reference< CurlSession xSession,
sal_Int32  nLastChanceToSendRefreshRequest 
)
inline

Definition at line 47 of file SerfLockStore.hxx.

Member Data Documentation

◆ m_Lock

css::ucb::Lock http_dav_ucp::LockInfo::m_Lock

Definition at line 40 of file SerfLockStore.hxx.

◆ m_nLastChanceToSendRefreshRequest

sal_Int32 http_dav_ucp::LockInfo::m_nLastChanceToSendRefreshRequest

Definition at line 42 of file SerfLockStore.hxx.

Referenced by http_dav_ucp::SerfLockStore::refreshLocks().

◆ m_sToken

OUString http_dav_ucp::LockInfo::m_sToken

Definition at line 39 of file SerfLockStore.hxx.

◆ m_xSession

rtl::Reference<CurlSession> http_dav_ucp::LockInfo::m_xSession

Definition at line 41 of file SerfLockStore.hxx.

Referenced by http_dav_ucp::SerfLockStore::refreshLocks().


The documentation for this struct was generated from the following file: