Kaydet (Commit) 57558f61 authored tarafından Kai Sommerfeld's avatar Kai Sommerfeld

#i108938# - commented out unused member fuction.

üst c9b474e0
......@@ -963,6 +963,7 @@ void DAVResourceAccess::LOCK(
while ( bRetry );
}
#if 0 // currently not used, but please don't remove code
//=========================================================================
// refresh existing lock.
sal_Int64 DAVResourceAccess::LOCK(
......@@ -1006,6 +1007,7 @@ sal_Int64 DAVResourceAccess::LOCK(
return nNewTimeout;
}
#endif
//=========================================================================
void DAVResourceAccess::UNLOCK(
......
......@@ -212,12 +212,14 @@ public:
com::sun::star::ucb::XCommandEnvironment > & xEnv )
throw( DAVException );
#if 0 // currently not used, but please don't remove code
// refresh existing lock.
sal_Int64
LOCK( sal_Int64 nTimeout,
const com::sun::star::uno::Reference<
com::sun::star::ucb::XCommandEnvironment > & xEnv )
throw ( DAVException );
#endif
void
UNLOCK( const com::sun::star::uno::Reference<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment