aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IAvatarService.cs
diff options
context:
space:
mode:
authorMelanie2010-01-04 02:07:31 +0000
committerMelanie2010-01-04 02:07:31 +0000
commit791c6188fd3b0347299c2bb0e88df90cc0747008 (patch)
tree326ca3a9c3480ae3834416a97b459d5a388b28e1 /OpenSim/Services/Interfaces/IAvatarService.cs
parentAvatar appearance skeleton (diff)
downloadopensim-SC_OLD-791c6188fd3b0347299c2bb0e88df90cc0747008.zip
opensim-SC_OLD-791c6188fd3b0347299c2bb0e88df90cc0747008.tar.gz
opensim-SC_OLD-791c6188fd3b0347299c2bb0e88df90cc0747008.tar.bz2
opensim-SC_OLD-791c6188fd3b0347299c2bb0e88df90cc0747008.tar.xz
Some work on avatar service. Retrieval and storage done
Diffstat (limited to 'OpenSim/Services/Interfaces/IAvatarService.cs')
-rw-r--r--OpenSim/Services/Interfaces/IAvatarService.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IAvatarService.cs b/OpenSim/Services/Interfaces/IAvatarService.cs
index 39368f1..ea08ea5 100644
--- a/OpenSim/Services/Interfaces/IAvatarService.cs
+++ b/OpenSim/Services/Interfaces/IAvatarService.cs
@@ -92,6 +92,10 @@ namespace OpenSim.Services.Interfaces
92 public int AvatarType; 92 public int AvatarType;
93 public Dictionary<string,string> Data; 93 public Dictionary<string,string> Data;
94 94
95 public AvatarData()
96 {
97 }
98
95 public AvatarData(Dictionary<string, object> kvp) 99 public AvatarData(Dictionary<string, object> kvp)
96 { 100 {
97 Data = new Dictionary<string, string>(); 101 Data = new Dictionary<string, string>();