GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TGo4ClientStatus.cxx
Go to the documentation of this file.
1 // $Id$
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #include "TGo4ClientStatus.h"
15 
16 
19 {
20 }
21 
23  TGo4TaskStatus(name)
24 {
25 }
26 
28 {
29 }
30 
31 void TGo4ClientStatus::Print(Option_t *) const
32 {
33  PrintLine("G-OOOO-> Client Status Class %s Printout: <-OOOO-G", GetName());
34  PrintLine("G-OOOO-> ---------------------------------------------- <-OOOO-G");
35  PrintLine("G-OOOO-> Remote Server Hostname: %s", fxServerHostName.Data());
36  PrintLine("G-OOOO-> ---------------------------------------------- <-OOOO-G");
38  PrintLine("G-OOOO-> END Client Status Class Printout END <-OOOO-G");
39 }
40 
41 void TGo4ClientStatus::SetNames(const char *serverhost)
42 {
43  fxServerHostName = serverhost;
44 }
virtual ~TGo4ClientStatus()
void Print(Option_t *opt="") const override
void Print(Option_t *opt="") const override
void SetNames(const char *serverhost)
static void PrintLine(const char *text,...)
Definition: TGo4Status.cxx:101