aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-02-19 03:09:56 +0000
committerMelanie Thielker2009-02-19 03:09:56 +0000
commit863556f2cc545c56599aab9d28373aa4ed83288d (patch)
tree37ede97ac7497333690dfa23e9a1033bfaab59a6 /OpenSim/Tests/Common/Mock/TestClient.cs
parentMantis#3188. Thank you kindly, BlueWall, for a patch that: (diff)
downloadopensim-SC_OLD-863556f2cc545c56599aab9d28373aa4ed83288d.zip
opensim-SC_OLD-863556f2cc545c56599aab9d28373aa4ed83288d.tar.gz
opensim-SC_OLD-863556f2cc545c56599aab9d28373aa4ed83288d.tar.bz2
opensim-SC_OLD-863556f2cc545c56599aab9d28373aa4ed83288d.tar.xz
Thank you, Snowdrop, for a patch that makes the callback ID parameter
usable. Applied with formatting changes, please don't introduce K&R style indentations into OpenSim Fixes Mantis #3190
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 373ee13..ee4aaa8 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -619,7 +619,7 @@ namespace OpenSim.Tests.Common.Mock
619 { 619 {
620 } 620 }
621 621
622 public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item) 622 public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackID)
623 { 623 {
624 } 624 }
625 625