From 3ee195b1e6ff02715c132da431152276b464eaec Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Mon, 14 May 2007 16:13:31 +0000 Subject: * Commented out GridManager lines until they are checked into SVN * Added new GetProfilesInRange(x,y,x,y) data function to return sim profiles between certain coordinates (for use with World Map information, etc). Implemented in GridServer.Data.Mysql - stub functions placed in other data providers. --- OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs') diff --git a/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs b/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs index 02e153f..4850f12 100644 --- a/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs +++ b/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs @@ -35,6 +35,11 @@ namespace OpenGrid.Framework.Data.SQLite return "0.1"; } + public SimProfileData[] GetProfilesInRange(uint a, uint b, uint c, uint d) + { + return null; + } + /// /// Returns a sim profile from it's location /// -- cgit v1.1