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 --- Common/OpenGrid.Framework.Data.DB4o/DB4oGridData.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Common/OpenGrid.Framework.Data.DB4o/DB4oGridData.cs') diff --git a/Common/OpenGrid.Framework.Data.DB4o/DB4oGridData.cs b/Common/OpenGrid.Framework.Data.DB4o/DB4oGridData.cs index 2b23131..0e73ab2 100644 --- a/Common/OpenGrid.Framework.Data.DB4o/DB4oGridData.cs +++ b/Common/OpenGrid.Framework.Data.DB4o/DB4oGridData.cs @@ -157,5 +157,10 @@ namespace OpenGrid.Framework.Data.DB4o { return "0.1"; } + + public ReservationData GetReservationAtPoint(uint x, uint y) + { + return null; + } } } -- cgit v1.1