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.

00056                               {
00057 #ifdef USE_WINDOWS_DEBUG
00058     OutputDebugString(msg); OutputDebugString("\n");
00059 #else
00060     std::cerr << msg << std::endl; 
00061 #endif  
00062   }


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

Generated on Tue Sep 8 17:26:58 2009 for OverSim by  doxygen 1.5.8