diff options
Diffstat (limited to 'OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs')
-rw-r--r-- | OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
35 | return "0.1"; | 35 | return "0.1"; |
36 | } | 36 | } |
37 | 37 | ||
38 | public SimProfileData[] GetProfilesInRange(uint a, uint b, uint c, uint d) | ||
39 | { | ||
40 | return null; | ||
41 | } | ||
42 | |||
38 | /// <summary> | 43 | /// <summary> |
39 | /// Returns a sim profile from it's location | 44 | /// Returns a sim profile from it's location |
40 | /// </summary> | 45 | /// </summary> |