Changeset 1794 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 02/25/03 21:34:23 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLog.cc
r1743 r1794 210 210 fNumLines=0; 211 211 212 fgui->RemoveEntries(0, fGuiLineId-1000); 212 213 fgui->SetTopEntry(fGuiLineId-1); 213 214 fgui->SetBit(kHasChanged); -
trunk/MagicSoft/Mars/mbase/MParContainer.cc
r1574 r1794 51 51 #include "MLogManip.h" 52 52 53 #ifndef __COSY__ 53 54 #include "MEvtLoop.h" // gListOfPrimitives 55 #else 56 TList *gListOfPrimitives; 57 #endif 54 58 55 59 ClassImp(MParContainer);
Note:
See TracChangeset
for help on using the changeset viewer.