?login_element?
?pathlinks? – Rev 539
Blame |
Last modification |
View Log
| Download
#include "AssertException.h"
#ifndef UNITTEST_NO_EXCEPTIONS
namespace UnitTest {
AssertException::AssertException()
{}
AssertException::~AssertException() throw()
{}
}
#endif