Changeset 5209


Ignore:
Timestamp:
10/08/04 10:33:06 (20 years ago)
Author:
reyes
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5205 r5209  
    1919
    2020                                                 -*-*- END OF LINE -*-*-
     21
     22 2004/10/08: R. DelosReyes
     23
     24  * mbase/MrunIter.h
     25    - changed the name of the Sort() function name by SortRuns()
     26      to avoid conflicts with the Sort() function in the MDirIter class.
     27
    2128 2004/10/07: Markus Gaug
    2229
  • trunk/MagicSoft/Mars/mbase/MRunIter.h

    r3970 r5209  
    2323        fRuns[fRuns.GetSize()-1] = run;
    2424
    25         Sort();
     25        SortRuns();
    2626
    2727    }
    2828
    29     void Sort()
     29    void SortRuns()
    3030    {
    3131        const int n = GetNumRuns();
Note: See TracChangeset for help on using the changeset viewer.