mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Optimized usings
* shortened references * Removed redundant 'this' * Normalized EOF
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
using libsecondlife;
|
||||
using System.Collections.Generic;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework.Data
|
||||
{
|
||||
@@ -35,10 +35,12 @@ namespace OpenSim.Framework.Data
|
||||
public LLUUID AvatarID;
|
||||
public string firstName;
|
||||
public string lastName;
|
||||
|
||||
public AvatarPickerAvatar()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public enum DataResponse
|
||||
{
|
||||
RESPONSE_OK,
|
||||
@@ -78,6 +80,7 @@ namespace OpenSim.Framework.Data
|
||||
|
||||
|
||||
List<AvatarPickerAvatar> GeneratePickerResults(LLUUID queryID, string query);
|
||||
|
||||
/// <summary>
|
||||
/// Authenticates a sim by use of its recv key.
|
||||
/// WARNING: Insecure
|
||||
@@ -119,4 +122,4 @@ namespace OpenSim.Framework.Data
|
||||
|
||||
ReservationData GetReservationAtPoint(uint x, uint y);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -88,4 +88,4 @@ namespace OpenSim.Framework.Data
|
||||
/// <returns>A string containing the plugin version</returns>
|
||||
string getVersion();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -95,4 +95,4 @@ namespace OpenSim.Framework.Data
|
||||
|
||||
private string _iniFileName;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -198,4 +198,4 @@ namespace OpenSim.Framework.Data
|
||||
return simData;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -44,4 +44,4 @@ namespace OpenSim.Framework.Data
|
||||
public string gridSendKey = "";
|
||||
public string gridRecvKey = "";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user