/[PAMELA software]/YodaProfiler/inc/GLTables.h
ViewVC logotype

Diff of /YodaProfiler/inc/GLTables.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by mocchiut, Fri Sep 7 21:10:56 2007 UTC revision 1.20 by mocchiut, Tue Sep 11 07:53:54 2007 UTC
# Line 33  class GL_TABLES : public TObject { Line 33  class GL_TABLES : public TObject {
33    
34   public:   public:
35      //      //
36        TString mh;
37        TString mp;
38        TString mu;
39      GL_TABLES();        GL_TABLES();  
40      GL_TABLES(TString, TString, TString);      GL_TABLES(TString, TString, TString);
41      //      //
# Line 46  class GL_TABLES : public TObject { Line 49  class GL_TABLES : public TObject {
49      const TString* GetHost(){return(fHost);};      const TString* GetHost(){return(fHost);};
50      const TString* GetUser(){return(fUser);};      const TString* GetUser(){return(fUser);};
51      const TString* GetPsw(){return(fPsw);};      const TString* GetPsw(){return(fPsw);};
52        TString CGetHost(){return(mh);};
53        TString CGetUser(){return(mu);};
54        TString CGetPsw(){return(mp);};
55      UInt_t GetfNquery(){return(fNquery);};      UInt_t GetfNquery(){return(fNquery);};
56      UInt_t GetNqueries();      UInt_t GetNqueries();
57      Bool_t IsSet(){return(fSet);};      Bool_t IsSet(){return(fSet);};
58      //      //
59      GL_TABLES *GetGLTABLES(){return this;};      GL_TABLES *GetGLTABLES(){return this;};
60      //      //
61      ClassDef(GL_TABLES,1);      ClassDef(GL_TABLES,2);
62  };  };
63    
64  // ==================================================================  // ==================================================================

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.23