diff options
author | Melanie | 2010-12-30 00:31:59 +0100 |
---|---|---|
committer | Melanie | 2010-12-30 00:31:59 +0100 |
commit | 2cb2bff9b2ab68c325b0142da0b37730be9a12a3 (patch) | |
tree | 147d2d65fa710842f26afe97713f4de60d14889d /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView | |
parent | Copying a ref type under lock doesn't dissociate it from the source. (diff) | |
download | opensim-SC-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.zip opensim-SC-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.gz opensim-SC-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.bz2 opensim-SC-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.xz |
Implement SendPlacesReply
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 4 |
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 75f6441..e2574e7 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1692,5 +1692,9 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1692 | public void StopFlying(ISceneEntity presence) | 1692 | public void StopFlying(ISceneEntity presence) |
1693 | { | 1693 | { |
1694 | } | 1694 | } |
1695 | |||
1696 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | ||
1697 | { | ||
1698 | } | ||
1695 | } | 1699 | } |
1696 | } | 1700 | } |