Ignore:
Timestamp:
2017-02-08T19:08:39+13:00 (7 years ago)
Author:
ak19
Message:

Second commit to do with implementing OAI deletion policy for GS2. This commit is only loosely related, as it shifts functions duplicated in source.h and filter.h (and cpp files) into the new colserver.h and cpp files for sharing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/colservr/source.h

    r31387 r31388  
    109109  virtual bool is_searchable(bool &issearchable, comerror_t &err, ostream &logout);
    110110
    111  protected:
    112   text_t resolve_db_filename(const text_t& idx,
    113                  const text_t& file_ext);
    114   text_t resolve_oaidb_filename(const text_t& file_ext);
    115   text_t getcollectionpath();
    116 
    117111};
    118112
Note: See TracChangeset for help on using the changeset viewer.