Changeset 274 for trunk


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

just changed a comment that was confusing me

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

Legend:

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

    r257 r274  
    1212/*
    1313   $Log$
     14   Revision 1.7  1999/06/16 02:05:23  sjboddie
     15   just changed a comment that was confusing me
     16
    1417   Revision 1.6  1999/05/10 03:40:25  sjboddie
    1518   lots of changes - slowly getting document action sorted out
     
    7073
    7174// get_parents_array loads the parents array with all the parents of the
    72 // document or classification specified by OID
     75// document or classification specified by OID (not including OID itself)
    7376void get_parents_array (const text_t &OID, text_tarray &parents) {
    7477
  • trunk/gsdl/src/recpt/OIDtools.h

    r257 r274  
    2525
    2626// get_parents_array loads the parents array with all the parents of the
    27 // document or classification specified by OID
    28 // note that this function doesn't clear the parents array
     27// document or classification specified by OID (not including OID itself)
    2928void get_parents_array (const text_t &OID, text_tarray &parents);
    3029
Note: See TracChangeset for help on using the changeset viewer.