Changeset 228
- Timestamp:
- Jun 23, 2006, 3:05:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MEMPHYS/HEAD/applications/MEMPHYS_session.cxx
r220 r228 112 112 public: 113 113 AppManager(Slash::Core::ISession& aSession,AIDA::IAnalysisFactory* aAIDA,bool aBatch) 114 :Analysis(aAIDA,aBatch),fSession(aSession),fName("MEMPHYS::AppManager") {} 114 :Analysis(aAIDA,"",aBatch) 115 ,fSession(aSession) 116 ,fName("MEMPHYS::AppManager") {} 115 117 virtual ~AppManager(){} 116 118 private:
Note:
See TracChangeset
for help on using the changeset viewer.