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

@@ -32,11 +32,11 @@ using OpenSim.Framework;
namespace OpenSim.Data
{
public class PresenceData
public struct PresenceData
{
public UUID UUID;
public UUID currentRegion;
public Dictionary<string, object> Data;
public Dictionary<string, string> Data;
}
/// <summary>