Definition at line 124 of file TApplicationServer.h.
Public Member Functions | |
TASLogHandlerGuard (const char *cmd, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
Init a guard for executing a command in a pipe. | |
TASLogHandlerGuard (FILE *f, TSocket *s, const char *pfx="", Bool_t on=kTRUE) | |
Init a guard for executing a command in a pipe. | |
virtual | ~TASLogHandlerGuard () |
Close a guard for executing a command in a pipe. | |
Private Attributes | |
TASLogHandler * | fExecHandler |
#include <TApplicationServer.h>
TASLogHandlerGuard::TASLogHandlerGuard | ( | 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 229 of file TApplicationServer.cxx.
TASLogHandlerGuard::TASLogHandlerGuard | ( | FILE * | f, |
TSocket * | s, | ||
const char * | pfx = "" , |
||
Bool_t | on = kTRUE |
||
) |
Init a guard for executing a command in a pipe.
Definition at line 249 of file TApplicationServer.cxx.
|
virtual |
Close a guard for executing a command in a pipe.
Definition at line 269 of file TApplicationServer.cxx.
|
private |
Definition at line 127 of file TApplicationServer.h.