~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/index/intervalrtree/IntervalRTreeNode.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-03-27 15:54:54 UTC
  • mfrom: (1.2.1 upstream) (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090327155454-o3u9j86rzrtcp5vl
Tags: 3.1.0-1
* New upstream release.
* This version includes also a missing header inclusion, which caused FTBFS
  on armel. (Closes: #520447)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**********************************************************************
 
2
 * $Id: IntervalRTreeNode.cpp 2161 2008-08-18 16:29:09Z mloskot $
 
3
 *
 
4
 * GEOS - Geometry Engine Open Source
 
5
 * http://geos.refractions.net
 
6
 *
 
7
 * Copyright (C) 2001-2002 Vivid Solutions Inc.
 
8
 *
 
9
 * This is free software; you can redistribute and/or modify it under
 
10
 * the terms of the GNU Lesser General Public Licence as published
 
11
 * by the Free Software Foundation. 
 
12
 * See the COPYING file for more information.
 
13
 *
 
14
 **********************************************************************/
 
15
 
 
16
#include <geos/index/intervalrtree/IntervalRTreeNode.h>
 
17
 
 
18
 
 
19
namespace geos {
 
20
namespace index {
 
21
namespace intervalrtree {
 
22
//
 
23
// private:
 
24
//
 
25
 
 
26
//
 
27
// protected:
 
28
//
 
29
 
 
30
//
 
31
// public:
 
32
//
 
33
 
 
34
} // geos::intervalrtree
 
35
} // geos::index
 
36
} // geos
 
37
 
 
38
/**********************************************************************
 
39
 * $Log$
 
40
 *
 
41
 **********************************************************************/