// // C++ Implementation: objsimexception // // Description: // // // Author: Frank Michler,,, , (C) 2010 // // Copyright: See COPYING file that comes with this distribution // // #include "objsimexception.hpp" ObjSimException::ObjSimException() { } ObjSimException::~ObjSimException() { }