Changeset 8

Show
Ignore:
Timestamp:
1999-09-14 09:36:27 (9 years ago)
Author:
richard
Message:

Added ProtoDatabase? class declaration.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-core/common/database.h

    r7 r8  
    6666        DADatabase(); 
    6767}; 
     68 
     69class ProtoDatabase : public IRDatabase { 
     70    private: 
     71    public: 
     72        ProtoDatabase(); 
     73}