Forums  +  C++ and Sockets  +  C++ and SQL: MySQL, sqlite, ODBC  +  Miscellaneous Projects
Logo
~Database~
~ C++ ~
~Contact~

IError Class Reference

Log class interface. More...

#include <IError.h>

Inheritance diagram for IError:

Inheritance graph
List of all members.

Public Member Functions

virtual void error (Database &, const std::string &)=0
virtual void error (Database &, Query &, const std::string &)=0

Detailed Description

Log class interface.

Definition at line 49 of file IError.h.


Member Function Documentation

virtual void IError::error ( Database ,
const std::string &   
) [pure virtual]

Implemented in StderrLog, and SysLog.

virtual void IError::error ( Database ,
Query ,
const std::string &   
) [pure virtual]

Implemented in StderrLog, and SysLog.


The documentation for this class was generated from the following file:
Page, code, and content Copyright (C) 2006 by Anders Hedström