diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index d6990de..4a54c67 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -596,6 +596,11 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
596 | throw new System.NotImplementedException(); | 596 | throw new System.NotImplementedException(); |
597 | } | 597 | } |
598 | 598 | ||
599 | public void ReprioritizeUpdates(StateUpdateTypes type, UpdatePriorityHandler handler) | ||
600 | { | ||
601 | throw new System.NotImplementedException(); | ||
602 | } | ||
603 | |||
599 | public void FlushPrimUpdates() | 604 | public void FlushPrimUpdates() |
600 | { | 605 | { |
601 | throw new System.NotImplementedException(); | 606 | throw new System.NotImplementedException(); |