Fixed buildsystem slightly, started re=implementation of the RTree.
[aesalon.git] / src / storage / RTree.cpp
blob39cd2947bf4a7108b4182e2c4c4e8bb53c0a4679
1 /** Aesalon, a tool to visualize program behaviour in real time.
2 Copyright (C) 2009-2011, Aesalon development team.
4 Aesalon is distributed under the terms of the GNU GPLv3. See
5 the included file LICENSE for more information.
7 @file src/storage/RTree.cpp
8 */
10 #include "storage/RTree.h"
12 namespace Storage {
14 //RTreeTemplate
15 //__gnu_cxx::__pool_alloc< RTreeScope::Node > RTreeScope::m_allocator;
17 } // namespace Storage