[ROSAUTOTEST]

- Continue the testing process in case a test fails to execute
ONLINE-441

svn path=/trunk/; revision=66504
This commit is contained in:
Thomas Faber 2015-02-28 21:12:25 +00:00
parent 5dfd2fc11e
commit b3777ffecc
6 changed files with 72 additions and 39 deletions

View file

@ -12,9 +12,9 @@
* You should always use the EXCEPTION or SSEXCEPTION macro for throwing this exception.
*
* @param Message
* Constant pointer to a char array containing a short message about the exception
* String containing a short message about the exception
*/
CSimpleException::CSimpleException(const char* Message)
CSimpleException::CSimpleException(const string& Message)
: m_Message(Message)
{
}