diff options
author | Justin Clark-Casey (justincc) | 2011-06-02 21:48:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-06-02 21:48:50 +0100 |
commit | b8e2ee69785e8f114748ab9f08cb34b45abde456 (patch) | |
tree | 1294b2fb6730eebef863f220e782136aa48aa08f /OpenSim/Services/Interfaces/IHypergridServices.cs | |
parent | minor: add ini.example doc to hint that the server address in [FreeswitchServ... (diff) | |
parent | HG IM: increase the timeout value (diff) | |
download | opensim-SC_OLD-b8e2ee69785e8f114748ab9f08cb34b45abde456.zip opensim-SC_OLD-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.gz opensim-SC_OLD-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.bz2 opensim-SC_OLD-b8e2ee69785e8f114748ab9f08cb34b45abde456.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services/Interfaces/IHypergridServices.cs')
-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 753c205..82ec8ce 100644 --- a/OpenSim/Services/Interfaces/IHypergridServices.cs +++ b/OpenSim/Services/Interfaces/IHypergridServices.cs | |||
@@ -72,7 +72,7 @@ namespace OpenSim.Services.Interfaces | |||
72 | public interface IInstantMessage | 72 | public interface IInstantMessage |
73 | { | 73 | { |
74 | bool IncomingInstantMessage(GridInstantMessage im); | 74 | bool IncomingInstantMessage(GridInstantMessage im); |
75 | bool OutgoingInstantMessage(GridInstantMessage im, string url); | 75 | bool OutgoingInstantMessage(GridInstantMessage im, string url, bool foreigner); |
76 | } | 76 | } |
77 | public interface IFriendsSimConnector | 77 | public interface IFriendsSimConnector |
78 | { | 78 | { |