ROOT
6.06/09
Reference Guide
|
Definition at line 413 of file TProofServ.h.
Public Member Functions | |
TProofServLogHandlerGuard (const char *cmd, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
Init a guard for executing a command in a pipe. More... | |
TProofServLogHandlerGuard (FILE *f, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
Init a guard for executing a command in a pipe. More... | |
virtual | ~TProofServLogHandlerGuard () |
Close a guard for executing a command in a pipe. More... | |
Private Attributes | |
TProofServLogHandler * | fExecHandler |
#include <TProofServ.h>
TProofServLogHandlerGuard::TProofServLogHandlerGuard | ( | const char * | cmd, |
TSocket * | s, | ||
const char * | pfx = "" , |
||
Bool_t | on = kTRUE |
||
) |
Init a guard for executing a command in a pipe.
Definition at line 353 of file TProofServ.cxx.
TProofServLogHandlerGuard::TProofServLogHandlerGuard | ( | FILE * | f, |
TSocket * | s, | ||
const char * | pfx = "" , |
||
Bool_t | on = kTRUE |
||
) |
Init a guard for executing a command in a pipe.
Definition at line 373 of file TProofServ.cxx.
|
virtual |
Close a guard for executing a command in a pipe.
Definition at line 393 of file TProofServ.cxx.
|
private |
Definition at line 416 of file TProofServ.h.
Referenced by TProofServLogHandlerGuard(), and ~TProofServLogHandlerGuard().