29 using System.Collections.Generic;
31 using OpenSim.Framework;
33 namespace OpenSim.Data
39 public Dictionary<string, string>
Data;
48 bool Delete(UUID ownerID,
string friend);
49 bool Delete(
string ownerID,
string friend);
An interface for connecting to the friends datastore
Dictionary< string, string > Data