diff options
author | mingchen | 2007-06-26 17:50:27 +0000 |
---|---|---|
committer | mingchen | 2007-06-26 17:50:27 +0000 |
commit | 8ff1d0968ff3c4173b036398359ef62a356ad2b2 (patch) | |
tree | 46e740c18866096e1c4f03e4a42cf7e0c0a4539c /Common/OpenGrid.Framework.Data/GridData.cs | |
parent | * Updated demo filter to show more common usage (as well as embedding multipl... (diff) | |
download | opensim-SC-8ff1d0968ff3c4173b036398359ef62a356ad2b2.zip opensim-SC-8ff1d0968ff3c4173b036398359ef62a356ad2b2.tar.gz opensim-SC-8ff1d0968ff3c4173b036398359ef62a356ad2b2.tar.bz2 opensim-SC-8ff1d0968ff3c4173b036398359ef62a356ad2b2.tar.xz |
*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
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 | } |