diff options
author | Diva Canto | 2009-12-30 14:17:18 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-30 14:17:18 -0800 |
commit | 1d2a332b96794e2011b0527cf590c3ceedcd8af4 (patch) | |
tree | ba5f0c01661ef6a60247e35fb15d6d48e12e2fa0 /OpenSim/Data/IPresenceData.cs | |
parent | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff) | |
download | opensim-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.cs | 2 |
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 | { |