ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
TASLogHandlerGuard Class Reference

Definition at line 132 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. More...
 
 TASLogHandlerGuard (FILE *f, TSocket *s, const char *pfx="", Bool_t on=kTRUE)
 Init a guard for executing a command in a pipe. More...
 
virtual ~TASLogHandlerGuard ()
 Close a guard for executing a command in a pipe. More...
 

Private Attributes

TASLogHandlerfExecHandler
 

#include <TApplicationServer.h>

+ Collaboration diagram for TASLogHandlerGuard:

Constructor & Destructor Documentation

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.

TASLogHandlerGuard::~TASLogHandlerGuard ( )
virtual

Close a guard for executing a command in a pipe.

Definition at line 269 of file TApplicationServer.cxx.

Member Data Documentation

TASLogHandler* TASLogHandlerGuard::fExecHandler
private

Definition at line 135 of file TApplicationServer.h.

Referenced by TASLogHandlerGuard(), and ~TASLogHandlerGuard().


The documentation for this class was generated from the following files: