29 using System.Collections.Generic;
31 using OpenSim.Framework;
33 namespace OpenSim.Data
41 public Dictionary<string, string>
Data;
52 void LogoutRegionAgents(UUID regionID);
53 bool ReportAgent(UUID sessionID, UUID regionID);
55 bool Delete(
string field,
string val);
56 bool VerifyAgent(UUID agentId, UUID secureSessionID);
An interface for connecting to the presence datastore
Dictionary< string, string > Data