Ignore:
Timestamp:
2008-05-22T14:51:26+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Renamed sqliteclass to sqlitedbclass, to be a bit more accurate.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/sqlitedbclass.h

    r15639 r15640  
    11/**********************************************************************
    22 *
    3  * sqliteclass.h --
     3 * sqlitedbclass.h --
    44 * Copyright (C) 2008  DL Consulting Ltd
    55 *
     
    2424 *********************************************************************/
    2525
    26 #ifndef SQLITECLASS_H
    27 #define SQLITECLASS_H
     26#ifndef SQLITEDBCLASS_H
     27#define SQLITEDBCLASS_H
    2828
    2929
     
    3232
    3333
    34 class sqliteclass : public dbclass
     34class sqlitedbclass : public dbclass
    3535{
    3636public:
    37   sqliteclass() { sqlitefile = NULL; }
    38   ~sqliteclass();
     37  sqlitedbclass() { sqlitefile = NULL; }
     38  ~sqlitedbclass();
    3939
    4040  // returns true if opened
Note: See TracChangeset for help on using the changeset viewer.