Inheritance diagram for XrdBwmHandle::theEICB:
Public Member Functions | |
void | Done (int &Result, XrdOucErrInfo *eInfo) |
int | Same (unsigned long long arg1, unsigned long long arg2) |
void | Wait () |
theEICB () | |
virtual | ~theEICB () |
Private Attributes | |
XrdSysSemaphore | mySem |
Definition at line 71 of file XrdBwmHandle.hh.
XrdBwmHandle::theEICB::theEICB | ( | ) | [inline] |
Definition at line 82 of file XrdBwmHandle.hh.
virtual XrdBwmHandle::theEICB::~theEICB | ( | ) | [inline, virtual] |
Definition at line 84 of file XrdBwmHandle.hh.
void XrdBwmHandle::theEICB::Done | ( | int & | Result, | |
XrdOucErrInfo * | eInfo | |||
) | [inline, virtual] |
Implements XrdOucEICB.
Definition at line 75 of file XrdBwmHandle.hh.
References mySem, and XrdSysSemaphore::Post().
void XrdBwmHandle::theEICB::Wait | ( | ) | [inline] |
Definition at line 80 of file XrdBwmHandle.hh.
References mySem, and XrdSysSemaphore::Wait().
Referenced by XrdBwmHandle::Dispatch().
XrdSysSemaphore XrdBwmHandle::theEICB::mySem [private] |