diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-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 39520e7..256d6fd 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -630,6 +630,10 @@ namespace OpenSim.Tests.Common.Mock | |||
630 | { | 630 | { |
631 | } | 631 | } |
632 | 632 | ||
633 | public void FlushPrimUpdates() | ||
634 | { | ||
635 | } | ||
636 | |||
633 | public virtual void SendInventoryFolderDetails(UUID ownerID, UUID folderID, | 637 | public virtual void SendInventoryFolderDetails(UUID ownerID, UUID folderID, |
634 | List<InventoryItemBase> items, | 638 | List<InventoryItemBase> items, |
635 | List<InventoryFolderBase> folders, | 639 | List<InventoryFolderBase> folders, |