aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie2013-04-22 22:24:41 +0200
committerMelanie2013-04-22 22:24:41 +0200
commit6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e (patch)
tree986f71620296262eb0b455d59721586c66315603 /OpenSim/Framework/IClientAPI.cs
parentAdd the set object owner floater template (diff)
downloadopensim-SC_OLD-6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e.zip
opensim-SC_OLD-6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e.tar.gz
opensim-SC_OLD-6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e.tar.bz2
opensim-SC_OLD-6571e7ead276027e5ed86cb1fc9d1b47ddae2e6e.tar.xz
Allow callers to set the invoice parameter for GenericMessage
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
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);