Ignore:
Timestamp:
2000-08-03T14:49:41+12:00 (24 years ago)
Author:
johnmcp
Message:

Relatively stable z39.50 implementation now, merged with the mgpp source.
(Still needs a decent interface and query language though...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/z3950-branch/gsdl/src/recpt/infodbclass.cpp

    r1149 r1342  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.7  2000/05/04 08:21:30  sjboddie
    31    modifications for windows port of GCC
    32 
    33    Revision 1.6  2000/02/15 22:53:50  kjm18
    34    search history stuff added.
    35 
    36    Revision 1.5  1999/10/19 03:23:42  davidb
    37    Collection building support through web pages
    38    and internal and external link handling for collection documents
    39 
    40    Revision 1.4  1999/09/07 04:56:56  sjboddie
    41    added GPL notice
    42 
    43    Revision 1.3  1999/09/02 00:26:10  rjmcnab
    44    now there can be multiple values for a single key
    45 
    46    Revision 1.2  1999/07/13 23:24:05  rjmcnab
    47    Added functionality to modify a gdbm database.
    48 
    49    Revision 1.1  1999/07/11 08:27:52  rjmcnab
    50    Moved from src/colservr and added capability to write out data.
    51 
    52    Revision 1.4  1999/05/10 03:43:48  sjboddie
    53    lots of changes to lots of files - getting document action going
    54 
    55    Revision 1.3  1999/04/30 02:00:46  sjboddie
    56    lots of stuff to do with getting documentaction working
    57 
    58    Revision 1.2  1999/04/06 22:20:31  rjmcnab
    59    Got browsefilter working.
    60 
    61    Revision 1.1  1999/03/30 05:10:07  rjmcnab
    62    Initial revision.
    63 
    64  */
    65 
    6625
    6726#include "infodbclass.h"
     
    586545  return true;
    587546}
    588 
    589 
Note: See TracChangeset for help on using the changeset viewer.