kerneltest/f32test/locl/t_locChange.cpp
branchGCC_SURGE
changeset 208 93574fe69598
parent 33 0173bcd7697c
equal deleted inserted replaced
207:d332588b21c8 208:93574fe69598
    39         if (!aResult && iFailHdnFunc) iFailHdnFunc(*this);
    39         if (!aResult && iFailHdnFunc) iFailHdnFunc(*this);
    40         RTest::operator ()(aResult);
    40         RTest::operator ()(aResult);
    41         }
    41         }
    42     
    42     
    43     //new version of End, which calls handler before exit..
    43     //new version of End, which calls handler before exit..
    44     IMPORT_C void End() 
    44     EXPORT_C void End() 
    45         { 
    45         { 
    46         if (iFailHdnFunc) iFailHdnFunc(*this);
    46         if (iFailHdnFunc) iFailHdnFunc(*this);
    47         RTest::End();
    47         RTest::End();
    48         }
    48         }
    49     
    49