Tweak presence handling and whip up a database connector and handler

for testign the new generic table handling
This commit is contained in:
Melanie
2009-11-18 08:21:28 +00:00
parent 0cd3bf074a
commit 06ecdf1967
5 changed files with 42 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Services.Interfaces
{
public UUID PrincipalID;
public UUID RegionID;
public Dictionary<string, object> Data;
public Dictionary<string, string> Data;
}
public interface IPresenceService