mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Restrict IPresenceData.VerifyAgent
Restrict IPresenceData.VerifyAgent to only return bool result
This commit is contained in:
@@ -53,6 +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);
|
||||
bool VerifyAgent(UUID agentId, UUID secureSessionID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user