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

    r802 r1342  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.11  1999/12/05 21:25:20  sjboddie
    31    can't remember why I did this - must have been a reason ;-)
    32 
    33    Revision 1.10  1999/11/08 20:26:38  sjboddie
    34    added multiplevalue option to cgiarginfo
    35 
    36    Revision 1.9  1999/09/07 04:56:53  sjboddie
    37    added GPL notice
    38 
    39    Revision 1.8  1999/09/03 09:52:45  rjmcnab
    40    Fixed a couple of small things
    41 
    42    Revision 1.7  1999/09/02 00:23:55  rjmcnab
    43    changes to get compiling on AIX
    44 
    45    Revision 1.6  1999/07/11 01:02:13  rjmcnab
    46    Stored information relating to the cgi argument's origin with the cgi argument.
    47 
    48    Revision 1.5  1999/02/08 01:28:00  rjmcnab
    49 
    50    Got the receptionist producing something using the statusaction.
    51 
    52    Revision 1.4  1999/02/05 10:42:41  rjmcnab
    53 
    54    Continued working on receptionist
    55 
    56    Revision 1.3  1999/02/04 10:00:54  rjmcnab
    57 
    58    Developed the idea of an "action" and having them define the cgi arguments
    59    which they need and how those cgi arguments function.
    60 
    61    Revision 1.2  1999/01/12 01:51:06  rjmcnab
    62 
    63    Standard header.
    64 
    65    Revision 1.1  1999/01/08 08:40:54  rjmcnab
    66 
    67    Moved from lib directory.
    68 
    69    Revision 1.1  1999/01/08 07:50:30  rjmcnab
    70 
    71    Moved from src/library directory to lib directory.
    72 
    73  */
    74 
    7525
    7626#include "cgiargs.h"
     
    323273  return &((*here).second);
    324274}
    325 
    326 
    327 
Note: See TracChangeset for help on using the changeset viewer.