Changeset 129 for trunk/src/sql_StderrLog.h
- Timestamp:
- 11/18/09 04:40:30 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/sql_StderrLog.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sql_StderrLog.h
r127 r129 6 6 7 7 /* 8 Copyright (C) 2004 ,2005,2006Anders Hedstrom8 Copyright (C) 2004 Anders Hedstrom 9 9 10 10 This program is made available under the terms of the GNU GPL. … … 30 30 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 31 31 */ 32 #ifndef _STDERRLOG_H _SQLITE33 #define _STDERRLOG_H _SQLITE32 #ifndef _STDERRLOG_H 33 #define _STDERRLOG_H 34 34 35 36 #ifdef SQLITEW_NAMESPACE 37 namespace SQLITEW_NAMESPACE { 35 #ifdef MYSQLW_NAMESPACE 36 namespace MYSQLW_NAMESPACE { 38 37 #endif 39 38 39 #include "sql_Database.h" 40 #include "sql_IError.h" 40 41 41 /** Log class writing to st andard error. */42 /** Log class writing to stderr. */ 42 43 class StderrLog : public IError 43 44 { … … 50 51 51 52 52 #ifdef SQLITEW_NAMESPACE53 } // namespace SQLITEW_NAMESPACE {53 #ifdef MYSQLW_NAMESPACE 54 } // namespace MYSQLW_NAMESPACE { 54 55 #endif 55 56 57 56 58 #endif // _STDERRLOG_H
Enthral BBS Software for *nix/bsd/osx