MVRTree.cc   MVRTree.cc 
skipping to change at line 24 skipping to change at line 24
// //
// You should have received a copy of the GNU Lesser General Public // You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A
// //
// Email: // Email:
// mhadji@gmail.com // mhadji@gmail.com
#include <limits> #include <limits>
#include "../spatialindex/SpatialIndexImpl.h" #include <spatialindex/SpatialIndex.h>
#include "Node.h" #include "Node.h"
#include "Leaf.h" #include "Leaf.h"
#include "Index.h" #include "Index.h"
#include "MVRTree.h" #include "MVRTree.h"
#include <cstring> #include <cstring>
using namespace SpatialIndex::MVRTree; using namespace SpatialIndex::MVRTree;
SpatialIndex::MVRTree::Data::Data(uint32_t len, byte* pData, TimeRegion& r, id_type id) SpatialIndex::MVRTree::Data::Data(uint32_t len, byte* pData, TimeRegion& r, id_type id)
 End of changes. 1 change blocks. 
1 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/