Ignore:
Timestamp:
1999-03-05T16:53:56+13:00 (25 years ago)
Author:
sjboddie
Message:

fixed some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/OIDtools.h

    r188 r189  
    1919// targetdoc. targetdoc will normally be either a document
    2020// or classification OID so this returns the CLSU, HASH etc.
    21 void targetdoc_gethead (const text_t &targetdoc, text_t &head);
     21void get_head (const text_t &targetdoc, text_t &head);
    2222
     23// returns (in top) the top level of targetdoc (i.e. everything
     24// up until the first dot)
     25void get_top (const text_t &targetdoc, text_t &top);
     26
     27// checks if targetdoc is top level of a document (i.e. contains no dots)
     28bool is_top (const text_t &targetdoc);
    2329
    2430
Note: See TracChangeset for help on using the changeset viewer.