Skip to content

Commit

Permalink
-adapted cpp runtime files for vxworks
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25335 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
RuedKamp committed Mar 31, 2015
1 parent efada56 commit db98b83
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -46,6 +46,11 @@ class ModelicaSimulationError : public std::runtime_error
SIMULATION_ERROR _error_id;
};

//Helper functions to convert the error id to a readable format
#if defined (__vxworks) || defined (__TRICORE__)
#else
#define BOOST_EXTENSION_EXPORT_DECL
#endif
//Helper functions to convert the error id to a readable format
BOOST_EXTENSION_EXPORT_DECL string error_id_string(SIMULATION_ERROR id);
//Helper functions to extend an error information for new additional string and time stamp
Expand Down

0 comments on commit db98b83

Please sign in to comment.