objsimexception.cpp 311 B

1234567891011121314151617181920212223
  1. //
  2. // C++ Implementation: objsimexception
  3. //
  4. // Description:
  5. //
  6. //
  7. // Author: Frank Michler,,, <frank@pc13365>, (C) 2010
  8. //
  9. // Copyright: See COPYING file that comes with this distribution
  10. //
  11. //
  12. #include "objsimexception.hpp"
  13. ObjSimException::ObjSimException()
  14. {
  15. }
  16. ObjSimException::~ObjSimException()
  17. {
  18. }