# | Line 20 | Line 20 | General Public License for more details. | |
---|---|---|
20 | #ifndef OB_ERROR_H | |
21 | #define OB_ERROR_H | |
22 | ||
23 | < | #include "babelconfig.hpp" |
23 | > | #include "config.h" |
24 | ||
25 | #ifndef EXTERN | |
26 | # define EXTERN extern | |
# | Line 58 | Line 58 | class OBAPI OBError (public) | |
58 | { | |
59 | public: | |
60 | ||
61 | < | //! Constructor for an error message e.g. OBError(__FUNCTION__, " message ") |
61 | > | //! Constructor for an error message e.g. OBError(__func__, " message ") |
62 | OBError( const std::string &method = "", | |
63 | const std::string &errorMsg = "", | |
64 | const std::string &explanation = "", |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |