Changeset 220 for MEMPHYS


Ignore:
Timestamp:
Jun 23, 2006, 11:44:40 AM (18 years ago)
Author:
barrand
Message:

G.Barrand : Be able to use a dummy AIDA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/applications/MEMPHYS_session.cxx

    r132 r220  
    111111  }
    112112 public:
    113   AppManager(Slash::Core::ISession& aSession,AIDA::IAnalysisFactory& aAIDA,bool aBatch)
     113  AppManager(Slash::Core::ISession& aSession,AIDA::IAnalysisFactory* aAIDA,bool aBatch)
    114114    :Analysis(aAIDA,aBatch),fSession(aSession),fName("MEMPHYS::AppManager") {}
    115115  virtual ~AppManager(){}
     
    148148    std::cout << "MEMPHYS_session : AIDA not found." << std::endl;
    149149  } else {
    150     appManager = new MEMPHYS::AppManager(*session->session(),*aida,false);
     150    appManager = new MEMPHYS::AppManager(*session->session(),aida,false);
    151151    session->addManager(appManager);
    152152  }
Note: See TracChangeset for help on using the changeset viewer.