/[PAMELA software]/YodaProfiler/src/GLTables.cpp
ViewVC logotype

Diff of /YodaProfiler/src/GLTables.cpp

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

revision 1.30 by mocchiut, Fri Sep 7 21:10:57 2007 UTC revision 1.31 by mocchiut, Sun Sep 9 18:59:41 2007 UTC
# Line 38  GL_TABLES::GL_TABLES(TString host, TStri Line 38  GL_TABLES::GL_TABLES(TString host, TStri
38    fPsw = new TString(psw.Data());    fPsw = new TString(psw.Data());
39    fSet = true;    fSet = true;
40    fNquery = 0;    fNquery = 0;
41      mh = host.Data();
42      mu = user.Data();
43      mp = psw.Data();
44  };  };
45    
46    
# Line 47  void GL_TABLES::Set(TString host, TStrin Line 50  void GL_TABLES::Set(TString host, TStrin
50    fPsw = new TString(psw.Data());    fPsw = new TString(psw.Data());
51    fSet = true;    fSet = true;
52    fNquery = 0;    fNquery = 0;
53      mh = host.Data();
54      mu = user.Data();
55      mp = psw.Data();
56  };  };
57    
58  Bool_t GL_TABLES::IsConnected(TSQLServer *&dbc){  Bool_t GL_TABLES::IsConnected(TSQLServer *&dbc){

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

  ViewVC Help
Powered by ViewVC 1.1.23