Changeset 272 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
1999-06-16T14:01:22+12:00 (25 years ago)
Author:
sjboddie
Message:

Few changes to get getParents filter option to return metadata of parents
as well as current OID

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/comtypes.cpp

    r257 r272  
    1212/*
    1313   $Log$
     14   Revision 1.9  1999/06/16 02:01:22  sjboddie
     15   Few changes to get getParents filter option to return metadata of parents
     16   as well as current OID
     17
    1418   Revision 1.8  1999/05/10 03:40:33  sjboddie
    1519   lots of changes - slowly getting document action sorted out
     
    142146  refParams.clear();
    143147  fields.erase(fields.begin(), fields.end());
     148  getParents = false;
    144149}
    145150
  • trunk/gsdl/src/recpt/comtypes.h

    r257 r272  
    189189//                                                   -- reference to the data or the actual data
    190190//   fields              [6] IMPLICIT StringSequence
     191//   getParents          [7] IMPLICIT BOOLEAN        -- gets metadata of all parents too
    191192// }
    192193#define FRtermFreq   1
     
    210211  text_t refParams;     // empty if not used
    211212  text_tarray fields;   // empty if not used
     213  bool getParents;      // defaults to false
    212214};
    213215
Note: See TracChangeset for help on using the changeset viewer.