From 7c06634e520c69b169df414857ffcb1847d93382 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Sat, 2 Jan 2010 11:43:29 -0800
Subject: Clarifying comments.
---
OpenSim/Services/Interfaces/IAvatarService.cs | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
(limited to 'OpenSim/Services')
diff --git a/OpenSim/Services/Interfaces/IAvatarService.cs b/OpenSim/Services/Interfaces/IAvatarService.cs
index dc56f4f..d2b7ba4 100644
--- a/OpenSim/Services/Interfaces/IAvatarService.cs
+++ b/OpenSim/Services/Interfaces/IAvatarService.cs
@@ -59,7 +59,7 @@ namespace OpenSim.Services.Interfaces
bool ResetAvatar(UUID userID);
///
- /// These 3 methods raison d'etre:
+ /// These methods raison d'etre:
/// No need to send the entire avatar data (SetAvatar) for changing attachments
///
///
@@ -96,5 +96,11 @@ namespace OpenSim.Services.Interfaces
int AvatarType { get; set; }
Dictionary Data { get; set; }
+
+ ///
+ /// This MUST at least define a pair "AvatarType" -> "dll:class"
+ ///
+ ///
+ Dictionary ToKeyValuePairs();
}
}
--
cgit v1.1