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/usersaction.cpp

    r760 r1342  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.7  1999/11/01 21:48:27  sjboddie
    31    changes to arguments of many functions
    32 
    33    Revision 1.6  1999/09/08 03:44:24  cs025
    34    Added a cast to (char *) of (..:..?..) on output to avoid type
    35    error at compile time.
    36 
    37    Revision 1.5  1999/09/07 23:12:34  rjmcnab
    38    removed some compiler warnings
    39 
    40    Revision 1.4  1999/09/07 04:57:01  sjboddie
    41    added GPL notice
    42 
    43    Revision 1.3  1999/09/02 00:30:56  rjmcnab
    44    added option for specifying whether the gdbm database should be locked
    45 
    46    Revision 1.2  1999/07/30 02:24:44  sjboddie
    47    added collectinfo argument to some functions
    48 
    49    Revision 1.1  1999/07/13 23:22:05  rjmcnab
    50    Initial revision.
    51 
    52 
    53  */
    54 
    5525
    5626#include "usersaction.h"
     
    442412  return true;
    443413}
    444 
Note: See TracChangeset for help on using the changeset viewer.