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 | |
parent | Copying a ref type under lock doesn't dissociate it from the source. (diff) | |
download | opensim-SC_OLD-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.zip opensim-SC_OLD-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.gz opensim-SC_OLD-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.bz2 opensim-SC_OLD-2cb2bff9b2ab68c325b0142da0b37730be9a12a3.tar.xz |
Implement SendPlacesReply
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 4 | ||||
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 4 |
2 files changed, 8 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 | } |
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 51949b4..1ce3791 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1175,5 +1175,9 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1175 | public void StopFlying(ISceneEntity presence) | 1175 | public void StopFlying(ISceneEntity presence) |
1176 | { | 1176 | { |
1177 | } | 1177 | } |
1178 | |||
1179 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | ||
1180 | { | ||
1181 | } | ||
1178 | } | 1182 | } |
1179 | } | 1183 | } |