source: trunk/gsdl/src/recpt/tipaction.h@ 430

Last change on this file since 430 was 421, checked in by sjboddie, 25 years ago

added collectinfo argument to some functions

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 766 bytes
Line 
1/**********************************************************************
2 *
3 * tipaction.h -- define tip macros
4 * Copyright (C) 1999 DigiLib Systems Limited, New Zealand
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: tipaction.h 421 1999-07-30 02:24:45Z sjboddie $
9 *
10 *********************************************************************/
11
12
13#ifndef TIPACTION_H
14#define TIPACTION_H
15
16#include "gsdlconf.h"
17#include "action.h"
18
19
20// tipaction exists just for the benefit of defining external macros
21class tipaction : public action {
22public:
23 tipaction () {}
24 virtual ~tipaction () {}
25 text_t get_action_name () {return "tip";}
26
27 void define_external_macros (const ColInfoResponse_t &collectinfo, displayclass &disp,
28 cgiargsclass &args, recptproto *collectproto,
29 ostream &logout);
30};
31
32
33#endif
Note: See TracBrowser for help on using the repository browser.