diff options
author | Diva Canto | 2011-12-04 08:24:16 -0800 |
---|---|---|
committer | Diva Canto | 2011-12-04 08:24:16 -0800 |
commit | 080dfcc9c96c387599cf6734756a83e33a210553 (patch) | |
tree | 1b155da3b198eea49fb14c5502bb9809b8df449d /OpenSim/Services/Interfaces | |
parent | Split up test SceneHelpers to provide an AddChildScenePresence() call (diff) | |
download | opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.zip opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.gz opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.bz2 opensim-SC_OLD-080dfcc9c96c387599cf6734756a83e33a210553.tar.xz |
HG: Renamed one method
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/IHypergridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IHypergridServices.cs b/OpenSim/Services/Interfaces/IHypergridServices.cs index 220caef..e86ec51 100644 --- a/OpenSim/Services/Interfaces/IHypergridServices.cs +++ b/OpenSim/Services/Interfaces/IHypergridServices.cs | |||
@@ -65,7 +65,7 @@ namespace OpenSim.Services.Interfaces | |||
65 | List<UUID> StatusNotification(List<string> friends, UUID userID, bool online); | 65 | List<UUID> StatusNotification(List<string> friends, UUID userID, bool online); |
66 | //List<UUID> GetOnlineFriends(UUID userID, List<string> friends); | 66 | //List<UUID> GetOnlineFriends(UUID userID, List<string> friends); |
67 | 67 | ||
68 | bool AgentIsComingHome(UUID sessionID, string thisGridExternalName); | 68 | bool IsAgentComingHome(UUID sessionID, string thisGridExternalName); |
69 | bool VerifyAgent(UUID sessionID, string token); | 69 | bool VerifyAgent(UUID sessionID, string token); |
70 | bool VerifyClient(UUID sessionID, string reportedIP); | 70 | bool VerifyClient(UUID sessionID, string reportedIP); |
71 | } | 71 | } |