Utility.cc | Utility.cc | |||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
* This library is distributed in the hope that it will be useful, but WITH OUT | * This library is distributed in the hope that it will be useful, but WITH OUT | |||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FI TNESS | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FI TNESS | |||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | |||
* details. | * details. | |||
* | * | |||
* You should have received a copy of the GNU Lesser General Public License | * You should have received a copy of the GNU Lesser General Public License | |||
* along with this library; if not, write to the Free Software Foundation, Inc., | * along with this library; if not, write to the Free Software Foundation, Inc., | |||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
************************************************************************** **/ | ************************************************************************** **/ | |||
#include "sidx_impl.h" | #include <spatialindex/capi/sidx_impl.h> | |||
Tools::PropertySet* GetDefaults() | Tools::PropertySet* GetDefaults() | |||
{ | { | |||
Tools::PropertySet* ps = new Tools::PropertySet; | Tools::PropertySet* ps = new Tools::PropertySet; | |||
Tools::Variant var; | Tools::Variant var; | |||
// Rtree defaults | // Rtree defaults | |||
var.m_varType = Tools::VT_DOUBLE; | var.m_varType = Tools::VT_DOUBLE; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 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/ |