diff options
author | Melanie | 2010-12-30 00:31:59 +0100 |
---|---|---|
committer | Melanie | 2010-12-30 01:36:09 +0000 |
commit | a32f80b9e3a84852558150c3b30722b6755a1ff0 (patch) | |
tree | 0dbb8375e701e59f08884be256afbc704ed3b1ef /OpenSim/Region/Examples | |
parent | Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors we... (diff) | |
download | opensim-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/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 311352c..41d6628 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -1165,5 +1165,9 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
1165 | public void StopFlying(ISceneEntity presence) | 1165 | public void StopFlying(ISceneEntity presence) |
1166 | { | 1166 | { |
1167 | } | 1167 | } |
1168 | |||
1169 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | ||
1170 | { | ||
1171 | } | ||
1168 | } | 1172 | } |
1169 | } | 1173 | } |