aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorMelanie2011-07-05 03:13:39 +0200
committerMelanie2011-07-05 03:13:39 +0200
commit719e0702bee487e9e25435dd2228de8769dea073 (patch)
treec2471c9b43baf468e5110a4aab58cff78c93522a /OpenSim/Region/Framework/Interfaces
parentDon't store the default WL profile. This will prevent "valid" from being (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-719e0702bee487e9e25435dd2228de8769dea073.zip
opensim-SC_OLD-719e0702bee487e9e25435dd2228de8769dea073.tar.gz
opensim-SC_OLD-719e0702bee487e9e25435dd2228de8769dea073.tar.bz2
opensim-SC_OLD-719e0702bee487e9e25435dd2228de8769dea073.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IAvatarFactory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAvatarFactory.cs b/OpenSim/Region/Framework/Interfaces/IAvatarFactory.cs
index 22795fc..d0e5609 100644
--- a/OpenSim/Region/Framework/Interfaces/IAvatarFactory.cs
+++ b/OpenSim/Region/Framework/Interfaces/IAvatarFactory.cs
@@ -36,4 +36,4 @@ namespace OpenSim.Region.Framework.Interfaces
36 void QueueAppearanceSend(UUID agentid); 36 void QueueAppearanceSend(UUID agentid);
37 void QueueAppearanceSave(UUID agentid); 37 void QueueAppearanceSave(UUID agentid);
38 } 38 }
39} 39} \ No newline at end of file