LibreOffice Module ucb (master)
1
|
#include <NeonLockStore.hxx>
Public Member Functions | |
LockInfo () | |
LockInfo (rtl::Reference< NeonSession > const &_xSession, sal_Int32 _nLastChanceToSendRefreshRequest) | |
Public Attributes | |
rtl::Reference< NeonSession > | xSession |
sal_Int32 | nLastChanceToSendRefreshRequest |
Definition at line 47 of file NeonLockStore.hxx.
|
inline |
Definition at line 52 of file NeonLockStore.hxx.
|
inline |
Definition at line 55 of file NeonLockStore.hxx.
sal_Int32 webdav_ucp::LockInfo::nLastChanceToSendRefreshRequest |
Definition at line 50 of file NeonLockStore.hxx.
Referenced by webdav_ucp::NeonLockStore::refreshLocks().
rtl::Reference< NeonSession > webdav_ucp::LockInfo::xSession |
Definition at line 49 of file NeonLockStore.hxx.
Referenced by webdav_ucp::NeonLockStore::refreshLocks().