Changeset 7178 for trunk/MagicSoft/Mars/mbase/MTaskInteractive.cc
- Timestamp:
- 07/08/05 18:14:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTaskInteractive.cc
r4513 r7178 83 83 fCall[1] = 0; 84 84 fCall[2] = 0; 85 fCall[3] = 0; 85 86 } 86 87 … … 94 95 Free(1); 95 96 Free(2); 97 Free(3); 96 98 } 97 99 … … 141 143 { 142 144 case 0: 143 gLog << "Pre"; 145 gLog << "PreProcess"; 146 break; 147 case 1: 148 gLog << "Process"; 144 149 break; 145 150 case 2: 146 gLog << "Post"; 151 gLog << "PostProcess"; 152 break; 153 case 3: 154 gLog << "ReInit"; 147 155 break; 148 156 149 157 } 150 gLog << " Process-function." << endl;158 gLog << "-function." << endl; 151 159 152 160 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.