aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces
diff options
context:
space:
mode:
authorMW2008-02-08 15:07:29 +0000
committerMW2008-02-08 15:07:29 +0000
commit5a630471445f3ed2791980af100de83a620d9e7d (patch)
treef1cb5277957c17036649cbd180a91c0478b68bf1 /OpenSim/Region/Environment/Interfaces
parent* Removed a statement that crashes the Meshmerizer if you don't have a specif... (diff)
downloadopensim-SC_OLD-5a630471445f3ed2791980af100de83a620d9e7d.zip
opensim-SC_OLD-5a630471445f3ed2791980af100de83a620d9e7d.tar.gz
opensim-SC_OLD-5a630471445f3ed2791980af100de83a620d9e7d.tar.bz2
opensim-SC_OLD-5a630471445f3ed2791980af100de83a620d9e7d.tar.xz
small bit of refactoring,
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces')
-rw-r--r--OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs
index fb83150..1ed3418 100644
--- a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs
+++ b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs
@@ -34,5 +34,7 @@ namespace OpenSim.Region.Environment.Interfaces
34 public interface IAvatarFactory : IRegionModule 34 public interface IAvatarFactory : IRegionModule
35 { 35 {
36 bool TryGetAvatarAppearance(LLUUID avatarId, out AvatarAppearance appearance); 36 bool TryGetAvatarAppearance(LLUUID avatarId, out AvatarAppearance appearance);
37 void UpdateDatabase(LLUUID userID, AvatarAppearance avatAppearance);
38
37 } 39 }
38} \ No newline at end of file 40} \ No newline at end of file