diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index a62d897..3e92658 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1065,7 +1065,7 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1065 | throw new System.NotImplementedException(); | 1065 | throw new System.NotImplementedException(); |
1066 | } | 1066 | } |
1067 | 1067 | ||
1068 | public void ReprioritizeUpdates(UpdatePriorityHandler handler) | 1068 | public void ReprioritizeUpdates() |
1069 | { | 1069 | { |
1070 | } | 1070 | } |
1071 | 1071 | ||
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index d1f0988..c293480 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -609,7 +609,7 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
609 | throw new System.NotImplementedException(); | 609 | throw new System.NotImplementedException(); |
610 | } | 610 | } |
611 | 611 | ||
612 | public void ReprioritizeUpdates(UpdatePriorityHandler handler) | 612 | public void ReprioritizeUpdates() |
613 | { | 613 | { |
614 | throw new System.NotImplementedException(); | 614 | throw new System.NotImplementedException(); |
615 | } | 615 | } |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index c0da326..51026ab 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -615,7 +615,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
615 | throw new System.NotImplementedException(); | 615 | throw new System.NotImplementedException(); |
616 | } | 616 | } |
617 | 617 | ||
618 | public void ReprioritizeUpdates(UpdatePriorityHandler handler) | 618 | public void ReprioritizeUpdates() |
619 | { | 619 | { |
620 | throw new System.NotImplementedException(); | 620 | throw new System.NotImplementedException(); |
621 | } | 621 | } |