source: trunk/gsdl/src/recpt/comtypes.cpp@ 166

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

Initial revision.

  • Property svn:keywords set to Author Date Id Revision
File size: 523 bytes
Line 
1/**********************************************************************
2 *
3 * comtypes.cpp --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: comtypes.cpp 166 1999-02-21 22:35:26Z rjmcnab $
9 *
10 *********************************************************************/
11
12/*
13 $Log$
14 Revision 1.1 1999/02/21 22:35:25 rjmcnab
15
16 Initial revision.
17
18 */
19
20
21#include "comtypes.h"
22
23
24ColInfoResponse_t::ColInfoResponse_t () {
25 isPublic=false;
26 isBeta=false;
27 buildDate=0;
28 numDocs=0;
29 numWords=0;
30 numBytes=0;
31}
32
Note: See TracBrowser for help on using the repository browser.