From e73eb55ad8c136efd34e2f5239856053d3cbef81 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sat, 2 Jan 2010 12:18:22 -0800 Subject: Changed the rest of references to IAvatarData to AvatarData --- OpenSim/Services/Interfaces/IAvatarService.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Services/Interfaces/IAvatarService.cs b/OpenSim/Services/Interfaces/IAvatarService.cs index ccf77c0..682616a 100644 --- a/OpenSim/Services/Interfaces/IAvatarService.cs +++ b/OpenSim/Services/Interfaces/IAvatarService.cs @@ -41,7 +41,7 @@ namespace OpenSim.Services.Interfaces /// /// /// - IAvatarData GetAvatar(UUID userID); + AvatarData GetAvatar(UUID userID); /// /// Called by everyone who can change the avatar data (so, regions) @@ -49,7 +49,7 @@ namespace OpenSim.Services.Interfaces /// /// /// - bool SetAvatar(UUID userID, IAvatarData avatar); + bool SetAvatar(UUID userID, AvatarData avatar); /// /// Not sure if it's needed @@ -91,6 +91,11 @@ namespace OpenSim.Services.Interfaces public int AvatarType; public Dictionary Data; + public AvatarData(Dictionary kvp) + { + // TODO + } + /// /// /// -- cgit v1.1