Login

Subversion Repositories NedoOS

Rev

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

#include "RequiredCheckException.h"

#ifndef UNITTEST_NO_EXCEPTIONS

namespace UnitTest {

   RequiredCheckException::RequiredCheckException()
   {
   }

   RequiredCheckException::~RequiredCheckException() throw()
   {
   }

}

#endif