aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
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/VWoHTTP/ClientStack/VWHClientView.cs
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/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs2
1 files changed, 1 insertions, 1 deletions
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 }