?login_element?

Subversion Repositories NedoOS

Rev

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

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