Changeset 7808 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 07/26/06 16:01:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7806 r7808 45 45 * mbase/MContinue.h: 46 46 - some reformatting 47 48 * mreport/MReportStarguider.h: 49 - added enum for states 50 - added IsMonitoring member function 51 52 * msignal/MArrivalTimeCam.cc: 53 - fixed a problem which gave errors when compiling (introduced 54 with the latest change) 47 55 48 56 * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc], … … 101 109 - removed MExtractSignalABcorr 102 110 111 * mbase/MArgs.cc, mbase/MContinue.cc, mbase/MEnv.cc, mbase/MGMap.[h,cc], 112 mbase/MGTask.h, mbase/MLogManip.h, mbase/MLogPlugin.h 113 mbase/MParContainer.cc, mbase/MParList.cc, mbase/MParameters.cc, 114 mbase/MSearch.cc, mbase/MStatusArray.h, mbase/MTask.cc, 115 mbase/MTaskList.[h,cc]: 116 - removed some unused parameters from function declaration 117 118 * mbase/MArray.h, mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, 119 mbase/MArrayI.h, mbase/MArrayS.h, mbase/MDirIter.h, mbase/MLog.[h,cc], 120 mbase/MReadSocket.h, mbase/MTask.cc, mbase/MTaskList.[h,cc], 121 mbase/MTime.h: 122 - added explicit initialization of base class to copy ctor 123 124 * mbase/MDirIter.[h,cc], mbase/MLog.[h,cc], mbase/MRunIter.cc, 125 mbase/MZlib.cc: 126 - fixed some warnings about local overwrites of variable names 127 128 * mbase/MTaskList.[h,cc]: 129 - removed unsused second argument from CheckAddListTo 130 - allow 0 as the type argument which just keeps the input steam id 131 of the task 103 132 104 133
Note:
See TracChangeset
for help on using the changeset viewer.