From 8ff1d0968ff3c4173b036398359ef62a356ad2b2 Mon Sep 17 00:00:00 2001 From: mingchen Date: Tue, 26 Jun 2007 17:50:27 +0000 Subject: *Added support for reservations in OpenGridServices (mysql only for now) *SQL file coming soon (as soon as I can figure out how to get the --- OpenGridServices/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenGridServices/OpenGrid.Framework.Data.SQLite') diff --git a/OpenGridServices/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs b/OpenGridServices/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs index 94ed46f..d7a5a69 100644 --- a/OpenGridServices/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs +++ b/OpenGridServices/OpenGrid.Framework.Data.SQLite/SQLiteGridData.cs @@ -184,6 +184,11 @@ namespace OpenGrid.Framework.Data.SQLite return false; } + + public ReservationData GetReservationAtPoint(uint x, uint y) + { + return null; + } } -- cgit v1.1