Ignore:
Timestamp:
07/08/05 18:14:35 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTaskInteractive.cc

    r4513 r7178  
    8383    fCall[1] = 0;
    8484    fCall[2] = 0;
     85    fCall[3] = 0;
    8586}
    8687
     
    9495    Free(1);
    9596    Free(2);
     97    Free(3);
    9698}
    9799
     
    141143    {
    142144    case 0:
    143         gLog << "Pre";
     145        gLog << "PreProcess";
     146        break;
     147    case 1:
     148        gLog << "Process";
    144149        break;
    145150    case 2:
    146         gLog << "Post";
     151        gLog << "PostProcess";
     152        break;
     153    case 3:
     154        gLog << "ReInit";
    147155        break;
    148156
    149157    }
    150     gLog << "Process-function." << endl;
     158    gLog << "-function." << endl;
    151159
    152160    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.