mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Change PresenceData to PresenceInfo to remove a naming conflict in the
OpenSim.Data namespace
This commit is contained in:
@@ -31,7 +31,15 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public class PresenceInfo
|
||||
{
|
||||
public UUID PrincipalID;
|
||||
public UUID RegionID;
|
||||
public Dictionary<string, object> Data;
|
||||
}
|
||||
|
||||
public interface IPresenceService
|
||||
{
|
||||
bool Report(PresenceInfo presence);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user