diff options
Diffstat (limited to 'OpenSim/Framework/Data/GridData.cs')
-rw-r--r-- | OpenSim/Framework/Data/GridData.cs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/OpenSim/Framework/Data/GridData.cs b/OpenSim/Framework/Data/GridData.cs index 7f8fdaf..5a17d20 100644 --- a/OpenSim/Framework/Data/GridData.cs +++ b/OpenSim/Framework/Data/GridData.cs | |||
@@ -25,9 +25,7 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | using System; | 28 | using libsecondlife; |
29 | using System.Collections.Generic; | ||
30 | using System.Text; | ||
31 | 29 | ||
32 | namespace OpenSim.Framework.Data | 30 | namespace OpenSim.Framework.Data |
33 | { | 31 | { |
@@ -56,7 +54,7 @@ namespace OpenSim.Framework.Data | |||
56 | /// </summary> | 54 | /// </summary> |
57 | /// <param name="UUID">A 128bit UUID</param> | 55 | /// <param name="UUID">A 128bit UUID</param> |
58 | /// <returns>A sim profile</returns> | 56 | /// <returns>A sim profile</returns> |
59 | SimProfileData GetProfileByLLUUID(libsecondlife.LLUUID UUID); | 57 | SimProfileData GetProfileByLLUUID(LLUUID UUID); |
60 | 58 | ||
61 | /// <summary> | 59 | /// <summary> |
62 | /// Returns all profiles within the specified range | 60 | /// Returns all profiles within the specified range |
@@ -76,7 +74,7 @@ namespace OpenSim.Framework.Data | |||
76 | /// <param name="regionHandle">The regionhandle sent by the sim</param> | 74 | /// <param name="regionHandle">The regionhandle sent by the sim</param> |
77 | /// <param name="simrecvkey">The recieving key sent by the sim</param> | 75 | /// <param name="simrecvkey">The recieving key sent by the sim</param> |
78 | /// <returns>Whether the sim has been authenticated</returns> | 76 | /// <returns>Whether the sim has been authenticated</returns> |
79 | bool AuthenticateSim(libsecondlife.LLUUID UUID, ulong regionHandle, string simrecvkey); | 77 | bool AuthenticateSim(LLUUID UUID, ulong regionHandle, string simrecvkey); |
80 | 78 | ||
81 | /// <summary> | 79 | /// <summary> |
82 | /// Initialises the interface | 80 | /// Initialises the interface |