Changeset 1333


Ignore:
Timestamp:
2000-08-02T15:44:30+12:00 (24 years ago)
Author:
kjm18
Message:

mgdocument() removed from base class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/search.h

    r1324 r1333  
    6464             text_t &output)=0;
    6565
    66   // same as docTargetDocument except the document is returned
    67   // in its raw form. UDoc remains the property of mg and may
    68   // be destroyed on the next call to mg.
    69   virtual bool mgdocument (const text_t &defaultindex,
    70            const text_t &defaultsubcollection,
    71            const text_t &defaultlanguage,
    72            const text_t &collection,
    73            int docnum,
    74            char *&UDoc, int &ULen)=0;
    75 
    7666protected:
    7767  querycache *cache;
Note: See TracChangeset for help on using the changeset viewer.