Changeset 241 for MEMPHYS/HEAD


Ignore:
Timestamp:
Jan 18, 2007, 4:54:45 PM (17 years ago)
Author:
barrand
Message:

G.Barrand : correct so that things compile

File:
1 edited

Legend:

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

    r235 r241  
    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)
    115115    ,fSession(aSession)
     
    157157    std::cout << "MEMPHYS_session : AIDA not found." << std::endl;
    158158  } else {
    159     appManager = new MEMPHYS::AppManager(*session->session(),aida,false);
     159    appManager = new MEMPHYS::AppManager(*session->session(),*aida,false);
    160160    session->addManager(appManager);
    161161  }
Note: See TracChangeset for help on using the changeset viewer.