|
| DelayedClose (std::shared_ptr< XrdCl::File > fh, const std::string &id, const std::string &site) |
|
virtual void | HandleResponseWithHosts (XrdCl::XRootDStatus *status, XrdCl::AnyObject *response, XrdCl::HostList *hostList) override |
|
virtual | ~DelayedClose ()=default |
|
|
std::shared_ptr< XrdCl::File > | m_fh |
|
std::string | m_id |
|
std::string | m_site |
|
Definition at line 37 of file XrdSource.cc.
DelayedClose::DelayedClose |
( |
std::shared_ptr< XrdCl::File > |
fh, |
|
|
const std::string & |
id, |
|
|
const std::string & |
site |
|
) |
| |
|
inline |
Definition at line 41 of file XrdSource.cc.
References m_fh().
42 :
m_fh(std::move(fh)),
48 if (!
m_fh->Close(
this).IsOK())
std::shared_ptr< XrdCl::File > m_fh
virtual DelayedClose::~DelayedClose |
( |
| ) |
|
|
virtualdefault |
virtual void DelayedClose::HandleResponseWithHosts |
( |
XrdCl::XRootDStatus * |
status, |
|
|
XrdCl::AnyObject * |
response, |
|
|
XrdCl::HostList * |
hostList |
|
) |
| |
|
inlineoverridevirtual |
std::shared_ptr<XrdCl::File> DelayedClose::m_fh |
|
private |
std::string DelayedClose::m_id |
|
private |
std::string DelayedClose::m_site |
|
private |