The Gaudi Framework
master (37c0b60a)
|
#include </builds/gaudi/Gaudi/GaudiSvc/src/FileMgr/RootFileHandler.h>
Public Member Functions | |
RootFileHandler (IMessageSvc *, const std::string &userProxy, const std::string &certDir) | |
Io::open_t | openRootFile (const std::string &n, const Io::IoFlags &f, const std::string &desc, Io::Fd &fd, void *&ptr) |
Io::close_t | closeRootFile (void *ptr) |
Io::reopen_t | reopenRootFile (void *, const Io::IoFlags &) |
bool | setupSSL () |
Private Attributes | |
MsgStream | m_log |
int | m_level |
std::string | m_userProxy |
std::string | m_certDir |
bool | m_ssl_setup = false |
Definition at line 27 of file RootFileHandler.h.
RootFileHandler::RootFileHandler | ( | IMessageSvc * | msg, |
const std::string & | userProxy, | ||
const std::string & | certDir | ||
) |
Definition at line 25 of file RootFileHandler.cpp.
Io::close_t RootFileHandler::closeRootFile | ( | void * | ptr | ) |
Definition at line 92 of file RootFileHandler.cpp.
Io::open_t RootFileHandler::openRootFile | ( | const std::string & | n, |
const Io::IoFlags & | f, | ||
const std::string & | desc, | ||
Io::Fd & | fd, | ||
void *& | ptr | ||
) |
Definition at line 34 of file RootFileHandler.cpp.
Io::reopen_t RootFileHandler::reopenRootFile | ( | void * | , |
const Io::IoFlags & | |||
) |
Definition at line 119 of file RootFileHandler.cpp.
bool RootFileHandler::setupSSL | ( | ) |
Definition at line 127 of file RootFileHandler.cpp.
|
private |
Definition at line 44 of file RootFileHandler.h.
|
private |
Definition at line 42 of file RootFileHandler.h.
|
private |
Definition at line 41 of file RootFileHandler.h.
|
private |
Definition at line 45 of file RootFileHandler.h.
|
private |
Definition at line 44 of file RootFileHandler.h.