?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include "AssertException.h"
  2.  
  3. #ifndef UNITTEST_NO_EXCEPTIONS
  4.  
  5. namespace UnitTest {
  6.  
  7.    AssertException::AssertException()
  8.    {}
  9.  
  10.    AssertException::~AssertException() throw()
  11.    {}
  12.  
  13. }
  14.  
  15. #endif
  16.