Public Member Functions

DefaultErrorHandler Class Reference

Inheritance diagram for DefaultErrorHandler:
XmlRpc::XmlRpcErrorHandler

List of all members.

Public Member Functions

void error (const char *msg)
 Report an error. Custom error handlers should define this method.

Detailed Description

Definition at line 53 of file XmlRpcUtil.cc.


Member Function Documentation

void DefaultErrorHandler::error ( const char *  msg  )  [inline, virtual]

Report an error. Custom error handlers should define this method.

Implements XmlRpc::XmlRpcErrorHandler.

Definition at line 56 of file XmlRpcUtil.cc.

                              {
#ifdef USE_WINDOWS_DEBUG
    OutputDebugString(msg); OutputDebugString("\n");
#else
    std::cerr << msg << std::endl; 
#endif  
  }


The documentation for this class was generated from the following file: