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/documentaction.h

    r1079 r1342  
    2121 * along with this program; if not, write to the Free Software
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    23  *
    24  * $Id$
    2523 *
    2624 *********************************************************************/
     
    7977  virtual ~documentaction ();
    8078
     79  void set_receptionist (receptionist *therecpt) {recpt=therecpt;}
     80
    8181  text_t get_action_name () {return "d";}
    8282
     
    104104
    105105#endif
    106 
    107 
Note: See TracChangeset for help on using the changeset viewer.