source: trunk/gsdl/src/recpt/htmlutils.cpp@ 146

Last change on this file since 146 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: 498 bytes
Line 
1/**********************************************************************
2 *
3 * htmlutils.cpp --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: htmlutils.cpp 108 1999-01-08 08:41:38Z rjmcnab $
9 *
10 *********************************************************************/
11
12/*
13 $Log$
14 Revision 1.1 1999/01/08 08:40:58 rjmcnab
15
16 Moved from lib directory.
17
18 Revision 1.1 1999/01/08 03:57:47 rjmcnab
19
20 Initial revision
21
22 */
23
24static char *RCSID = "$Id: htmlutils.cpp 108 1999-01-08 08:41:38Z rjmcnab $";
25
26
27#include "htmlutils.h"
28
29
30
31
Note: See TracBrowser for help on using the repository browser.