#include <TGo4ComRemoveClient.h>
Public Member Functions | |
TGo4ComRemoveClient () | |
virtual | ~TGo4ComRemoveClient () |
void | SetClient (const char *name) |
Specify the name of the client to be removed. | |
void | SetWaitForClient (Bool_t wait=kTRUE) |
Int_t | ExeCom () |
Do the command action. | |
Private Attributes | |
TString | fxClientName |
name of the client to be removed | |
Bool_t | fbWaitForClient |
Definition at line 24 of file TGo4ComRemoveClient.h.
TGo4ComRemoveClient::TGo4ComRemoveClient | ( | ) |
Definition at line 23 of file TGo4ComRemoveClient.cxx.
TGo4ComRemoveClient::~TGo4ComRemoveClient | ( | ) | [virtual] |
Definition at line 33 of file TGo4ComRemoveClient.cxx.
void TGo4ComRemoveClient::SetClient | ( | const char * | name | ) |
Specify the name of the client to be removed.
Definition at line 37 of file TGo4ComRemoveClient.cxx.
void TGo4ComRemoveClient::SetWaitForClient | ( | Bool_t | wait = kTRUE |
) |
Definition at line 42 of file TGo4ComRemoveClient.cxx.
Int_t TGo4ComRemoveClient::ExeCom | ( | ) | [virtual] |
Do the command action.
Reimplemented from TGo4Command.
Definition at line 47 of file TGo4ComRemoveClient.cxx.
TString TGo4ComRemoveClient::fxClientName [private] |
Bool_t TGo4ComRemoveClient::fbWaitForClient [private] |
Definition at line 43 of file TGo4ComRemoveClient.h.