ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Tree-M/GiST/GiST.h
(Generate patch)

Comparing Tree-M/GiST/GiST.h (file contents):
Revision 1.1 by root, Sun May 6 00:45:51 2001 UTC vs.
Revision 1.2 by root, Fri Jul 27 12:48:23 2001 UTC

1// -*- Mode: C++ -*- 1// -*- Mode: C++ -*-
2 2
3// GiST.h 3// GiST.h
4// 4//
5// Copyright (c) 1996, Regents of the University of California 5// Copyright (c) 1996, Regents of the University of California
6// $Header: /schmorpforge/Tree-M/GiST/GiST.h,v 1.1 2001/05/06 00:45:51 root Exp $ 6// $Header: /schmorpforge/Tree-M/GiST/GiST.h,v 1.2 2001/07/27 12:48:23 root Exp $
7 7
8#ifndef GIST_H 8#ifndef GIST_H
9#define GIST_H 9#define GIST_H
10 10
11#ifndef BOOL 11#ifndef BOOL
87 87
88 GiSTstore *store; 88 GiSTstore *store;
89 int isOpen; 89 int isOpen;
90 int debug; 90 int debug;
91 91
92 friend GiSTcursor; 92 friend class GiSTcursor;
93}; 93};
94#endif 94#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines