Changeset 129 for trunk/src/sql_IError.h

Show
Ignore:
Timestamp:
11/18/09 04:40:30 (3 years ago)
Author:
mercyful
Message:

$ Build 438/Sql Alpha
+ Removed all SQLite Code and References.
+ Updated the SQL Wrapper, and all Automake files to now link in and also Detect MySql? in the configure scripts.
+ Added detection for OpenSSL, not in use yet, but will add encryption for passwords.

and anything else of intertest once everything is moved over to the SQL Backend.

This is still an interm develop update release, the MySql? backend
is still a WIP, and the Husky SMAPI Library will be removed shortly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/sql_IError.h

    r127 r129  
    1 /* 
     1/** 
    22 **     IError.h 
    33 ** 
     
    66 
    77/* 
    8 Copyright (C) 2004,2005,2006  Anders Hedstrom 
     8Copyright (C) 2004  Anders Hedstrom 
    99 
    1010This program is made available under the terms of the GNU GPL. 
     
    3131*/ 
    3232 
    33 #ifndef _IERROR_H_SQLITE 
    34 #define _IERROR_H_SQLITE 
     33#ifndef _IERROR_H 
     34#define _IERROR_H 
    3535 
    3636#include <string> 
    3737 
    38  
    39 #ifdef SQLITEW_NAMESPACE 
    40 namespace SQLITEW_NAMESPACE { 
     38#ifdef MYSQLW_NAMESPACE 
     39namespace MYSQLW_NAMESPACE { 
    4140#endif 
    4241 
     
    4443class Database; 
    4544class Query; 
    46  
    4745 
    4846/** Log class interface. */ 
     
    5553 
    5654 
    57 #ifdef SQLITEW_NAMESPACE 
    58 } // namespace SQLITEW_NAMESPACE { 
     55#ifdef MYSQLW_NAMESPACE 
     56} // namespace MYSQLW_NAMESPACE { 
    5957#endif 
    6058