LibreOffice Module ucb (master)
1
|
#include <NeonPropFindRequest.hxx>
Public Member Functions | |
NeonPropFindRequest (HttpSession *inSession, const char *inPath, const Depth inDepth, const std::vector< OUString > &inPropNames, std::vector< DAVResource > &ioResources, int &nError) | |
NeonPropFindRequest (HttpSession *inSession, const char *inPath, const Depth inDepth, std::vector< DAVResourceInfo > &ioResInfo, int &nError) | |
~NeonPropFindRequest () | |
Definition at line 42 of file NeonPropFindRequest.hxx.
webdav_ucp::NeonPropFindRequest::NeonPropFindRequest | ( | HttpSession * | inSession, |
const char * | inPath, | ||
const Depth | inDepth, | ||
const std::vector< OUString > & | inPropNames, | ||
std::vector< DAVResource > & | ioResources, | ||
int & | nError | ||
) |
NeonPropFindRequest::NeonPropFindRequest | ( | HttpSession * | inSession, |
const char * | inPath, | ||
const Depth | inDepth, | ||
std::vector< DAVResourceInfo > & | ioResInfo, | ||
int & | nError | ||
) |
Definition at line 296 of file NeonPropFindRequest.cxx.
References webdav_ucp::getGlobalNeonMutex(), and NPFR_propnames_results().
NeonPropFindRequest::~NeonPropFindRequest | ( | ) |
Definition at line 317 of file NeonPropFindRequest.cxx.