/[PAMELA software]/eventviewer/flight/src/FEventViewerCore.cpp
ViewVC logotype

Diff of /eventviewer/flight/src/FEventViewerCore.cpp

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

revision 1.16 by mocchiut, Mon Jun 22 09:30:02 2009 UTC revision 1.17 by mocchiut, Tue Aug 4 13:58:36 2009 UTC
# Line 146  void ShowEvent(TString filename="help", Line 146  void ShowEvent(TString filename="help",
146        TString name =  questo->GetName();        TString name =  questo->GetName();
147        if( name.EndsWith(".so") || name.EndsWith(".o") ){        if( name.EndsWith(".so") || name.EndsWith(".o") ){
148          npl++;          npl++;
149          char *fullpath = gSystem->ConcatFileName(gSystem->DirName(plugindir),gSystem->BaseName(name));                    //      char *fullpath = gSystem->ConcatFileName(gSystem->DirName(plugindir),gSystem->BaseName(name));          
150            char *fullpath = gSystem->ConcatFileName(plugindir.Data(),gSystem->BaseName(name));            
151          gSystem->Load(fullpath);          gSystem->Load(fullpath);
152          printf(" %i -> %s plugin loaded \n",npl,name.Data());          printf(" %i -> %s plugin loaded (%s)\n",npl,name.Data(),fullpath);
153          delete fullpath;          delete fullpath;
154        };        };
155      }      }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.23