diff options
Diffstat (limited to 'Common/OpenGrid.Framework.Data/GridData.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Data/GridData.cs | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
106 | /// <param name="profile">The profile to add</param> | 106 | /// <param name="profile">The profile to add</param> |
107 | /// <returns>RESPONSE_OK if successful, error if not.</returns> | 107 | /// <returns>RESPONSE_OK if successful, error if not.</returns> |
108 | DataResponse AddProfile(SimProfileData profile); | 108 | DataResponse AddProfile(SimProfileData profile); |
109 | |||
110 | ReservationData GetReservationAtPoint(uint x, uint y); | ||
111 | |||
109 | } | 112 | } |
110 | } | 113 | } |