~pbms-core/pbms/version2

« back to all changes in this revision

Viewing changes to src/database/database_ms.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2011-05-19 20:15:59 UTC
  • Revision ID: barry.leslie@primebase.com-20110519201559-i6uq3tslsnewsn4k
Fixed spacial case for 'pbms' database

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
class MSDatabase : public CSSharedRefObject {
49
49
private:
50
 
        bool                            db_is_pbms;
 
50
        bool                            db_is_pbms;                     // If true some feilds will be NULL. Watchout!
 
51
        
51
52
        uint16_t                        db_database_id;
52
53
        CSString                        *db_database_name;      // The database name may not be related to the database path,
53
54
        CSString                        *db_database_path;      // do not make any assumptions here!