#include <TAFS.h>
Inheritance diagram for TAFS:
Public Member Functions | |
TAFS (const char *fn=0, const char *usr=0, int life=-1) | |
virtual | ~TAFS () |
Int_t | Verify () |
Static Public Member Functions | |
static void | SetUsePwdDialog (Bool_t on=kTRUE) |
Private Attributes | |
void * | fToken |
Static Private Attributes | |
static Bool_t | fgUsePwdDialog |
static TPluginHandler * | fgPasswdDialog |
Definition at line 31 of file TAFS.h.
TAFS::TAFS | ( | const char * | fn = 0 , |
|
const char * | usr = 0 , |
|||
int | life = -1 | |||
) |
Definition at line 58 of file TAFS.cxx.
References AFSLocalCell(), buf, TString::Data(), TSystem::DispatchOneEvent(), emsg(), TPluginHandler::ExecPlugin(), fgPasswdDialog, fgUsePwdDialog, TPluginManager::FindHandler(), Form(), fToken, GetAFSToken(), Getline(), TROOT::GetPluginManager(), TSystem::GetUserInfo(), Gl_config(), gROOT, gSystem, TObject::Info(), TROOT::IsBatch(), TROOT::IsInterrupted(), TString::IsNull(), kFALSE, TPluginHandler::LoadPlugin(), open, read, stat, u, and TObject::Warning().
TAFS::~TAFS | ( | ) | [virtual] |
Int_t TAFS::Verify | ( | ) |
Definition at line 176 of file TAFS.cxx.
References fToken, and VerifyAFSToken().
Referenced by ClassImp().
void* TAFS::fToken [private] |
Bool_t TAFS::fgUsePwdDialog [static, private] |
TPluginHandler * TAFS::fgPasswdDialog [static, private] |