aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs2
-rw-r--r--OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs2
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 6b169bd..dc4de8e 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1077,7 +1077,7 @@ namespace OpenSim.Client.MXP.ClientStack
1077 throw new System.NotImplementedException(); 1077 throw new System.NotImplementedException();
1078 } 1078 }
1079 1079
1080 public void ReprioritizeUpdates(UpdatePriorityHandler handler) 1080 public void ReprioritizeUpdates()
1081 { 1081 {
1082 } 1082 }
1083 1083
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
index 181606b..3f3166a 100644
--- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
+++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
@@ -618,7 +618,7 @@ namespace OpenSim.Client.Sirikata.ClientStack
618 throw new System.NotImplementedException(); 618 throw new System.NotImplementedException();
619 } 619 }
620 620
621 public void ReprioritizeUpdates(UpdatePriorityHandler handler) 621 public void ReprioritizeUpdates()
622 { 622 {
623 throw new System.NotImplementedException(); 623 throw new System.NotImplementedException();
624 } 624 }
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index febdd1b..11eed09 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -624,7 +624,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
624 throw new System.NotImplementedException(); 624 throw new System.NotImplementedException();
625 } 625 }
626 626
627 public void ReprioritizeUpdates(UpdatePriorityHandler handler) 627 public void ReprioritizeUpdates()
628 { 628 {
629 throw new System.NotImplementedException(); 629 throw new System.NotImplementedException();
630 } 630 }