Changeset 129 for trunk/src/sql_SysLog.cpp
- Timestamp:
- 11/18/09 04:40:30 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/sql_SysLog.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sql_SysLog.cpp
r127 r129 1 /* 1 /** 2 2 ** SysLog.cpp 3 3 ** … … 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. 11 11 12 12 If you would like to use this program in a closed-source application, 13 a separate license agreement is available. For information about 13 a separate license agreement is available. For information about 14 14 the closed-source license agreement for this program, please 15 15 visit http://www.alhem.net/sqlwrapped/license.html and/or … … 32 32 #ifndef WIN32 33 33 34 #include <cstring> 35 #include <sqlite3.h> 34 #include <mysql/mysql.h> 36 35 #include <syslog.h> 37 36 37 #include <cstdio> 38 #include <cstring> 38 39 #include "sql_Database.h" 39 40 #include "sql_Query.h" … … 42 43 43 44 44 #ifdef SQLITEW_NAMESPACE45 namespace SQLITEW_NAMESPACE {45 #ifdef MYSQLW_NAMESPACE 46 namespace MYSQLW_NAMESPACE { 46 47 #endif 47 48 … … 74 75 75 76 76 #ifdef SQLITEW_NAMESPACE77 } // namespace SQLITEW_NAMESPACE {77 #ifdef MYSQLW_NAMESPACE 78 } // namespace MYSQLW_NAMESPACE { 78 79 #endif 79 80
Enthral BBS Software for *nix/bsd/osx