Definition at line 103 of file TXNetSystem.h.
Public Member Functions | |
| TXNetSystemConnectGuard (TXNetSystem *xn, const char *url) | |
| Construct a guard object.   | |
| ~TXNetSystemConnectGuard () | |
| Destructor: close the connection.   | |
| XrdClientAdmin * | ClientAdmin () const | 
| bool | IsValid () const | 
| void | NotifyLastError () | 
| Print message about last occured error.   | |
Private Attributes | |
| XrdClientAdmin * | fClientAdmin | 
#include <TXNetSystem.h>
| TXNetSystemConnectGuard::TXNetSystemConnectGuard | ( | TXNetSystem * | xn, | 
| const char * | url | ||
| ) | 
Construct a guard object.
Definition at line 761 of file TXNetSystem.cxx.
| TXNetSystemConnectGuard::~TXNetSystemConnectGuard | ( | ) | 
Destructor: close the connection.
Definition at line 773 of file TXNetSystem.cxx.
      
  | 
  inline | 
Definition at line 114 of file TXNetSystem.h.
      
  | 
  inline | 
Definition at line 112 of file TXNetSystem.h.
| void TXNetSystemConnectGuard::NotifyLastError | ( | ) | 
Print message about last occured error.
Definition at line 781 of file TXNetSystem.cxx.
      
  | 
  private | 
Definition at line 106 of file TXNetSystem.h.