Ticket #18529: VirtualWarnings.patch
File VirtualWarnings.patch, 662 bytes (added by mail@…, 16 years ago) |
---|
-
src/XmlRpc.h
old new 49 49 //! Report an error. Custom error handlers should define this method. 50 50 virtual void error(const char* msg) = 0; 51 51 52 virtual ~XmlRpcErrorHandler() {};53 54 52 protected: 55 53 static XmlRpcErrorHandler* _errorHandler; 56 54 }; … … 77 75 //! Output a message. Custom error handlers should define this method. 78 76 virtual void log(int level, const char* msg) = 0; 79 77 80 virtual ~XmlRpcLogHandler() {};81 82 78 protected: 83 79 static XmlRpcLogHandler* _logHandler; 84 80 static int _verbosity;