source: trunk/gsdl/src/recpt/action.cpp@ 108

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

Moved from lib directory.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 492 bytes
Line 
1/**********************************************************************
2 *
3 * action.cpp --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: action.cpp 108 1999-01-08 08:41:38Z rjmcnab $
9 *
10 *********************************************************************/
11
12/*
13 $Log$
14 Revision 1.1 1999/01/08 08:40:52 rjmcnab
15
16 Moved from lib directory.
17
18 Revision 1.1 1999/01/08 03:57:44 rjmcnab
19
20 Initial revision
21
22 */
23
24static char *RCSID = "$Id: action.cpp 108 1999-01-08 08:41:38Z rjmcnab $";
25
26
27#include "action.h"
28
29
30
31
Note: See TracBrowser for help on using the repository browser.