aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-05-21 21:58:55 +0100
committerJustin Clark-Casey (justincc)2010-05-21 21:58:55 +0100
commit89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b (patch)
tree84c03b2affadd720d883b5d127328838b153da9d /OpenSim/Client
parentrearrange SceneGraph.AddSceneObject() to return earlier if an object with tha... (diff)
parent* Moving all of the prioritization/reprioritization code into a new file Prio... (diff)
downloadopensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.zip
opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.gz
opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.bz2
opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.xz
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
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 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 }