Ignore:
Timestamp:
2007-07-25T13:37:52+12:00 (17 years ago)
Author:
oranfry
Message:

merged selected changes to the gsdl trunk since r14217 into the 2.74 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/branches/gsdl-2.74/src/recpt/userdb.h

    r14015 r14270  
    6464  bool external_db;
    6565  bool activated;
     66  text_t storeduserdbfilename;
    6667 
    6768 public:
     
    114115  // on success
    115116  int get_user_list (text_tarray &userlist);
    116 
    117   //an alernative way to colse the database if the class can't reach the destructor
    118   void closedatabase();
    119117};
    120118
     
    126124  bool external_db;
    127125  bool activated;
     126   text_t storedkeydbfilename;
    128127 
    129128 public:
     
    146145  // use sparingly, it can be quite an expensive function
    147146  void remove_old_keys (int keydecay);
    148 
    149  //an alernative way to colse the database if the class can't reach the destructor
    150   void closedatabase();
    151147};
    152148
Note: See TracChangeset for help on using the changeset viewer.