source: trunk/cstr/src/recpt/cstrpagedbrowserclass.h@ 911

Last change on this file since 911 was 911, checked in by sjboddie, 24 years ago

updated cstr

  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1
2
3
4/**********************************************************************
5 *
6 * cstrpagedbrowserclass.h --
7 * Copyright (C) 1999 The New Zealand Digital Library Project
8 *
9 * A component of the Greenstone digital library software
10 * from the New Zealand Digital Library Project at the
11 * University of Waikato, New Zealand.
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
17 *
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 *
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26 *
27 *
28 *
29 *********************************************************************/
30
31
32#ifndef CSTRPAGEDBROWSERCLASS_H
33#define CSTRPAGEDBROWSERCLASS_H
34
35#include "pagedbrowserclass.h"
36
37class cstrpagedbrowserclass : public pagedbrowserclass {
38protected:
39
40public:
41
42 cstrpagedbrowserclass ();
43 virtual ~cstrpagedbrowserclass ();
44
45 int output_section_group (FilterResponse_t &sections, cgiargsclass &args,
46 const text_t &collection, int colnumber, format_t *formatlistptr,
47 bool use_table, text_tset &metadata, bool &getParents,
48 recptproto *collectproto, displayclass &disp,
49 outconvertclass &outconvert, ostream &textout, ostream &logout);
50
51};
52
53#endif
54
55
56
57
Note: See TracBrowser for help on using the repository browser.