Ignore:
Timestamp:
Mar 24, 2008, 8:05:20 PM (16 years ago)
Author:
dai_9181
Message:

Messenger/ErrorMessengerクラスを導入。SetError関数によるエラー生成を廃止した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp

    r402 r465  
    883883    if( calcNames[idCalc] == NULL )
    884884    {
    885         SetError();
     885        compiler.errorMessenger.OutputFatalError();
    886886    }
    887887    lstrcpy( name, calcNames[idCalc] );
     
    901901        }
    902902    }
    903     SetError();
     903    compiler.errorMessenger.OutputFatalError();
    904904    return 0;
    905905}
Note: See TracChangeset for help on using the changeset viewer.