diff options
author | Melanie | 2013-04-22 22:24:41 +0200 |
---|---|---|
committer | Melanie | 2013-04-22 22:24:41 +0200 |
commit | 6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e (patch) | |
tree | 986f71620296262eb0b455d59721586c66315603 /OpenSim/Framework | |
parent | Add the set object owner floater template (diff) | |
download | opensim-SC-6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e.zip opensim-SC-6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e.tar.gz opensim-SC-6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e.tar.bz2 opensim-SC-6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e.tar.xz |
Allow callers to set the invoice parameter for GenericMessage
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 0465042..655ba8a 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1129,8 +1129,8 @@ namespace OpenSim.Framework | |||
1129 | 1129 | ||
1130 | void SendInstantMessage(GridInstantMessage im); | 1130 | void SendInstantMessage(GridInstantMessage im); |
1131 | 1131 | ||
1132 | void SendGenericMessage(string method, List<string> message); | 1132 | void SendGenericMessage(string method, UUID invoice, List<string> message); |
1133 | void SendGenericMessage(string method, List<byte[]> message); | 1133 | void SendGenericMessage(string method, UUID invoice, List<byte[]> message); |
1134 | 1134 | ||
1135 | void SendLayerData(float[] map); | 1135 | void SendLayerData(float[] map); |
1136 | void SendLayerData(int px, int py, float[] map); | 1136 | void SendLayerData(int px, int py, float[] map); |