Add agent verification to Presence

This commit is contained in:
BlueWall
2012-12-08 17:33:03 -05:00
parent 77e88fab06
commit f85b23edea
4 changed files with 36 additions and 0 deletions

View File

@@ -53,5 +53,6 @@ namespace OpenSim.Data
bool ReportAgent(UUID sessionID, UUID regionID);
PresenceData[] Get(string field, string data);
bool Delete(string field, string val);
PresenceData VerifyAgent(UUID secureSessionID);
}
}