Ticket #18529: VirtualWarnings.patch

File VirtualWarnings.patch, 662 bytes (added by mail@…, 15 years ago)
  • src/XmlRpc.h

    old new  
    4949    //! Report an error. Custom error handlers should define this method.
    5050    virtual void error(const char* msg) = 0;
    5151
    52     virtual ~XmlRpcErrorHandler() {};
    53 
    5452  protected:
    5553    static XmlRpcErrorHandler* _errorHandler;
    5654  };
     
    7775    //! Output a message. Custom error handlers should define this method.
    7876    virtual void log(int level, const char* msg) = 0;
    7977
    80     virtual ~XmlRpcLogHandler() {};
    81 
    8278  protected:
    8379    static XmlRpcLogHandler* _logHandler;
    8480    static int _verbosity;