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

Last change on this file since 388 was 357, checked in by rjmcnab, 25 years ago

Initial revision.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 717 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 357 1999-07-09 02:18:27Z rjmcnab $
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 (displayclass &disp, cgiargsclass &args,
28 recptproto *collectproto, ostream &logout);
29};
30
31
32#endif
Note: See TracBrowser for help on using the repository browser.