23 #define WOF_VER_MAJOR 1
24 #define WOF_VER_MINOR 17
32 #define CLASS_DECLSPEC
35 #if defined(WOF_EXPORT)
36 #define CLASS_DECLSPEC __declspec(dllexport)
38 #define CLASS_DECLSPEC __declspec(dllimport)
43 #define CLASS_DECLSPEC
55 virtual const char* what()
const throw()
57 return "WOF License Exception - no valid license (check evaluation period and/or the max. number of points)";
71 virtual const char* what()
const throw()
73 return "WOF Exception - Bug OR incorrect usage. Kindly report any bugs to ensure they are solved quickly!";
118 virtual void update(
const std::string& s,
double d)=0;
Base class for progress subscribers.
Definition: wof_api_definitions.h:107
virtual void update(const std::string &s, double d)=0
update
License-Exception.
Definition: wof_api_definitions.h:54
Bug-Exception.
Definition: wof_api_definitions.h:70