ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/openbabel/oberror.hpp
(Generate patch)

Comparing trunk/src/openbabel/oberror.hpp (file contents):
Revision 741 by tim, Wed Nov 16 19:42:11 2005 UTC vs.
Revision 819 by tim, Fri Dec 16 21:52:50 2005 UTC

# 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 = "",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines