* Added 3 warnings in response to the warnings. Adam, read the warnings.

0.6.0-stable
Teravus Ovares 2008-05-14 05:08:22 +00:00
parent 9e8dd941f1
commit eff470c0de
2 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,7 @@ namespace OpenSim.Framework
}
}
}
[Obsolete("Using Obsolete to drive development is invalid. Obsolete presumes that something new has already been created to replace this.")]
public uint[] GetAllCircuits(LLUUID agentId)
{
List<uint> circuits = new List<uint>();

View File

@ -144,6 +144,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Groups
private void OnAgentDataUpdateRequest(IClientAPI remoteClient, LLUUID AgentID, LLUUID SessionID)
{
// Adam, this is one of those impossible to refactor items without resorting to .Split hackery
string firstname = remoteClient.FirstName;
string lastname = remoteClient.LastName;