aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IPresenceData.cs
diff options
context:
space:
mode:
authorDiva Canto2009-12-30 14:17:18 -0800
committerDiva Canto2009-12-30 14:17:18 -0800
commit1d2a332b96794e2011b0527cf590c3ceedcd8af4 (patch)
treeba5f0c01661ef6a60247e35fb15d6d48e12e2fa0 /OpenSim/Data/IPresenceData.cs
parentMerge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff)
downloadopensim-SC_OLD-1d2a332b96794e2011b0527cf590c3ceedcd8af4.zip
opensim-SC_OLD-1d2a332b96794e2011b0527cf590c3ceedcd8af4.tar.gz
opensim-SC_OLD-1d2a332b96794e2011b0527cf590c3ceedcd8af4.tar.bz2
opensim-SC_OLD-1d2a332b96794e2011b0527cf590c3ceedcd8af4.tar.xz
Unit tests for presence. They helped fix a couple of wrongnesses.
Diffstat (limited to 'OpenSim/Data/IPresenceData.cs')
-rw-r--r--OpenSim/Data/IPresenceData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/IPresenceData.cs b/OpenSim/Data/IPresenceData.cs
index 20eb7f6..71d0e31 100644
--- a/OpenSim/Data/IPresenceData.cs
+++ b/OpenSim/Data/IPresenceData.cs
@@ -42,7 +42,7 @@ namespace OpenSim.Data
42 } 42 }
43 43
44 /// <summary> 44 /// <summary>
45 /// An interface for connecting to the authentication datastore 45 /// An interface for connecting to the presence datastore
46 /// </summary> 46 /// </summary>
47 public interface IPresenceData 47 public interface IPresenceData
48 { 48 {