diff options
author | lbsa71 | 2008-02-13 13:39:51 +0000 |
---|---|---|
committer | lbsa71 | 2008-02-13 13:39:51 +0000 |
commit | 4880bd121e737e0a5c384fddf61bd220c77ef88a (patch) | |
tree | c3597cb34642611869ff26c559708a45956fa4cc /OpenSim/Framework/Data/GridData.cs | |
parent | * Added openlifegrid.com to testers and patchers (diff) | |
download | opensim-SC_OLD-4880bd121e737e0a5c384fddf61bd220c77ef88a.zip opensim-SC_OLD-4880bd121e737e0a5c384fddf61bd220c77ef88a.tar.gz opensim-SC_OLD-4880bd121e737e0a5c384fddf61bd220c77ef88a.tar.bz2 opensim-SC_OLD-4880bd121e737e0a5c384fddf61bd220c77ef88a.tar.xz |
* Split out MSSQLManager Test/Init into each provider.
* Made regions table name configurable (MSSQL only)
* Added a note in ini.example pointing out that the sql resources have to change if you change table names
* Removed duplicate picker method from GridData interface
[Provided by openlifegrid.com]
Diffstat (limited to 'OpenSim/Framework/Data/GridData.cs')
-rw-r--r-- | OpenSim/Framework/Data/GridData.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/Data/GridData.cs b/OpenSim/Framework/Data/GridData.cs index 6072600..ee6f18a 100644 --- a/OpenSim/Framework/Data/GridData.cs +++ b/OpenSim/Framework/Data/GridData.cs | |||
@@ -78,9 +78,6 @@ namespace OpenSim.Framework.Data | |||
78 | /// <returns>An array containing all the sim profiles in the specified range</returns> | 78 | /// <returns>An array containing all the sim profiles in the specified range</returns> |
79 | RegionProfileData[] GetProfilesInRange(uint Xmin, uint Ymin, uint Xmax, uint Ymax); | 79 | RegionProfileData[] GetProfilesInRange(uint Xmin, uint Ymin, uint Xmax, uint Ymax); |
80 | 80 | ||
81 | |||
82 | List<AvatarPickerAvatar> GeneratePickerResults(LLUUID queryID, string query); | ||
83 | |||
84 | /// <summary> | 81 | /// <summary> |
85 | /// Authenticates a sim by use of its recv key. | 82 | /// Authenticates a sim by use of its recv key. |
86 | /// WARNING: Insecure | 83 | /// WARNING: Insecure |