From eff470c0de2ce38db76bae15ae7ac28ad155c016 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 14 May 2008 05:08:22 +0000 Subject: * Added 3 warnings in response to the warnings. Adam, read the warnings. --- OpenSim/Framework/ClientManager.cs | 2 +- OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenSim/Framework/ClientManager.cs b/OpenSim/Framework/ClientManager.cs index 460cf36..2395c99 100644 --- a/OpenSim/Framework/ClientManager.cs +++ b/OpenSim/Framework/ClientManager.cs @@ -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 circuits = new List(); diff --git a/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs index 0f7f2f2..0030350 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs @@ -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; -- cgit v1.1