diff options
author | John Hurliman | 2009-10-17 18:01:22 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-17 18:01:22 -0700 |
commit | fdb2a75ad357668b860fc5055e0630ef75a3ad20 (patch) | |
tree | df5e554df0215f43fa82acecef7c2df660807bdd /OpenSim/Tests/Common/Mock | |
parent | Wrapped the contents of the IncomingPacketHandler loop in a try/catch statement (diff) | |
download | opensim-SC_OLD-fdb2a75ad357668b860fc5055e0630ef75a3ad20.zip opensim-SC_OLD-fdb2a75ad357668b860fc5055e0630ef75a3ad20.tar.gz opensim-SC_OLD-fdb2a75ad357668b860fc5055e0630ef75a3ad20.tar.bz2 opensim-SC_OLD-fdb2a75ad357668b860fc5055e0630ef75a3ad20.tar.xz |
Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizing updates
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 21606e2..0f642b9 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -620,6 +620,10 @@ namespace OpenSim.Tests.Common.Mock | |||
620 | { | 620 | { |
621 | } | 621 | } |
622 | 622 | ||
623 | public virtual void ReprioritizeUpdates(StateUpdateTypes type, UpdatePriorityHandler handler) | ||
624 | { | ||
625 | } | ||
626 | |||
623 | public void FlushPrimUpdates() | 627 | public void FlushPrimUpdates() |
624 | { | 628 | { |
625 | } | 629 | } |