aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent
diff options
context:
space:
mode:
authorMelanie2010-12-30 00:31:59 +0100
committerMelanie2010-12-30 01:36:09 +0000
commita32f80b9e3a84852558150c3b30722b6755a1ff0 (patch)
tree0dbb8375e701e59f08884be256afbc704ed3b1ef /OpenSim/Region/OptionalModules/Agent
parentBug fix in neighbors: serverURI now always has a trailing '/'... neighbors we... (diff)
downloadopensim-SC_OLD-a32f80b9e3a84852558150c3b30722b6755a1ff0.zip
opensim-SC_OLD-a32f80b9e3a84852558150c3b30722b6755a1ff0.tar.gz
opensim-SC_OLD-a32f80b9e3a84852558150c3b30722b6755a1ff0.tar.bz2
opensim-SC_OLD-a32f80b9e3a84852558150c3b30722b6755a1ff0.tar.xz
Implement SendPlacesReply
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index 20870aa..49382f0 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -1686,5 +1686,9 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1686 public void StopFlying(ISceneEntity presence) 1686 public void StopFlying(ISceneEntity presence)
1687 { 1687 {
1688 } 1688 }
1689
1690 public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data)
1691 {
1692 }
1689 } 1693 }
1690} 1694}