aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMike Rieker2010-05-27 21:31:10 -0400
committerMike Rieker2010-05-27 21:31:10 -0400
commit9ea42fdfab2ac99e24b386d67a08cf0024230f54 (patch)
treefdefa445346d03ad2d73b62687ffae4e3b635ba9 /OpenSim/Framework/IClientAPI.cs
parentfix hanging output throttle arithmetic (diff)
parentPrevent a null ref (diff)
downloadopensim-SC_OLD-9ea42fdfab2ac99e24b386d67a08cf0024230f54.zip
opensim-SC_OLD-9ea42fdfab2ac99e24b386d67a08cf0024230f54.tar.gz
opensim-SC_OLD-9ea42fdfab2ac99e24b386d67a08cf0024230f54.tar.bz2
opensim-SC_OLD-9ea42fdfab2ac99e24b386d67a08cf0024230f54.tar.xz
Merge branch 'careminster-presence-refactor' of www.3dhosting.de:/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 96223ff..71174d2 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -985,6 +985,7 @@ namespace OpenSim.Framework
985 985
986 void SendInstantMessage(GridInstantMessage im); 986 void SendInstantMessage(GridInstantMessage im);
987 987
988 void SendGenericMessage(string method, List<string> message);
988 void SendGenericMessage(string method, List<byte[]> message); 989 void SendGenericMessage(string method, List<byte[]> message);
989 990
990 void SendLayerData(float[] map); 991 void SendLayerData(float[] map);