source: trunk/gsdl/src/recpt/recptmain.cpp@ 173

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

Lots of stuff :-)

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 582 bytes
Line 
1/**********************************************************************
2 *
3 * recptmain.cpp --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: recptmain.cpp 165 1999-02-21 22:33:58Z rjmcnab $
9 *
10 *********************************************************************/
11
12/*
13 $Log$
14 Revision 1.2 1999/02/21 22:33:58 rjmcnab
15
16 Lots of stuff :-)
17
18 Revision 1.1 1999/02/04 01:16:18 rjmcnab
19
20 Initial revision.
21
22 */
23
24
25#include "receptionist.h"
26#include "cgiwrapper.h"
27#include <assert.h>
28
29int main () {
30 receptionist recpt;
31 cgiwrapper (recpt, "");
32 return 0;
33}
34
Note: See TracBrowser for help on using the repository browser.