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/GridData.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Common/OpenGrid.Framework.Data/GridData.cs') diff --git a/Common/OpenGrid.Framework.Data/GridData.cs b/Common/OpenGrid.Framework.Data/GridData.cs index e9fb215..b2cce78 100644 --- a/Common/OpenGrid.Framework.Data/GridData.cs +++ b/Common/OpenGrid.Framework.Data/GridData.cs @@ -106,5 +106,8 @@ namespace OpenGrid.Framework.Data /// The profile to add /// RESPONSE_OK if successful, error if not. DataResponse AddProfile(SimProfileData profile); + + ReservationData GetReservationAtPoint(uint x, uint y); + } } -- cgit v1.1