root/library/tests/unittest-cpp/ReportAssert.h @ 486

Revision 477, 171 bytes (checked in by mido, 15 years ago)

panove, vite, jak jsem peclivej na upravu kodu.. snad se vam bude libit:) konfigurace je v souboru /system/astylerc

Line 
1#ifndef UNITTEST_ASSERT_H
2#define UNITTEST_ASSERT_H
3
4namespace UnitTest {
5
6void ReportAssert ( char const* description, char const* filename, int lineNumber );
7
8}
9
10#endif
Note: See TracBrowser for help on using the browser.