aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack/MXPClientView.cs')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index ea29c41..52110d6 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1042,6 +1042,10 @@ namespace OpenSim.Client.MXP.ClientStack
1042 Session.Send(me); 1042 Session.Send(me);
1043 } 1043 }
1044 1044
1045 public void ReprioritizeUpdates(StateUpdateTypes type, UpdatePriorityHandler handler)
1046 {
1047 }
1048
1045 public void FlushPrimUpdates() 1049 public void FlushPrimUpdates()
1046 { 1050 {
1047 } 1051 }