diff options
Diffstat (limited to 'OpenSim/Data/IPresenceData.cs')
-rw-r--r-- | OpenSim/Data/IPresenceData.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Data/IPresenceData.cs b/OpenSim/Data/IPresenceData.cs index 71d0e31..b871f56 100644 --- a/OpenSim/Data/IPresenceData.cs +++ b/OpenSim/Data/IPresenceData.cs | |||
@@ -50,10 +50,8 @@ namespace OpenSim.Data | |||
50 | 50 | ||
51 | PresenceData Get(UUID sessionID); | 51 | PresenceData Get(UUID sessionID); |
52 | void LogoutRegionAgents(UUID regionID); | 52 | void LogoutRegionAgents(UUID regionID); |
53 | bool ReportAgent(UUID sessionID, UUID regionID, string position, string lookAt); | 53 | bool ReportAgent(UUID sessionID, UUID regionID); |
54 | bool SetHomeLocation(string userID, UUID regionID, Vector3 position, Vector3 lookAt); | ||
55 | PresenceData[] Get(string field, string data); | 54 | PresenceData[] Get(string field, string data); |
56 | void Prune(string userID); | ||
57 | bool Delete(string field, string val); | 55 | bool Delete(string field, string val); |
58 | } | 56 | } |
59 | } | 57 | } |