diff options
author | Melanie | 2009-11-19 17:53:34 +0000 |
---|---|---|
committer | Melanie | 2009-11-19 17:53:34 +0000 |
commit | d179f2cce970a6f54ce498e2ae3321b9ece417de (patch) | |
tree | 12094c66474d39e1f6fb725a41abc02145d56226 /OpenSim/Services/Interfaces/IPresenceService.cs | |
parent | Merge branch 'master' into careminster (diff) | |
parent | minor: tweak log message to say which region is being enabled for logins (diff) | |
download | opensim-SC-d179f2cce970a6f54ce498e2ae3321b9ece417de.zip opensim-SC-d179f2cce970a6f54ce498e2ae3321b9ece417de.tar.gz opensim-SC-d179f2cce970a6f54ce498e2ae3321b9ece417de.tar.bz2 opensim-SC-d179f2cce970a6f54ce498e2ae3321b9ece417de.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Services/Interfaces/IPresenceService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IPresenceService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IPresenceService.cs b/OpenSim/Services/Interfaces/IPresenceService.cs index 6ceeb45..aa1c5bf 100644 --- a/OpenSim/Services/Interfaces/IPresenceService.cs +++ b/OpenSim/Services/Interfaces/IPresenceService.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Services.Interfaces | |||
35 | { | 35 | { |
36 | public UUID PrincipalID; | 36 | public UUID PrincipalID; |
37 | public UUID RegionID; | 37 | public UUID RegionID; |
38 | public Dictionary<string, object> Data; | 38 | public Dictionary<string, string> Data; |
39 | } | 39 | } |
40 | 40 | ||
41 | public interface IPresenceService | 41 | public interface IPresenceService |