* This are macros used in OpenWalnut. Generally speaking we want to use as less macros as possible, so introduce new macros only if you have read:
* http://www.parashift.com/c++-faq-lite/inline-functions.html#faq-9.5 esp. all four "why are macros - evil" pages.
*/
/**
* \ingroup macros
* \def OW_API_DEPRECATED
* In order to mark functions for the compiler as deprecated we need to put this before each deprecated funtion to get compiler warnings whenever this function is used.
* \note This macro is defined in here, since almost every header of the dataHandler includes this header.