aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IBuySellModule.cs
diff options
context:
space:
mode:
authorMelanie2010-09-30 15:52:33 +0100
committerMelanie2010-09-30 15:52:33 +0100
commit90b51dc7d67507e27c4baa529e979de19dce8de1 (patch)
treef8f4f0003958acebd1db7764490c98746f0e18a9 /OpenSim/Region/Framework/Interfaces/IBuySellModule.cs
parentFix an inventory fetch issue (diff)
downloadopensim-SC_OLD-90b51dc7d67507e27c4baa529e979de19dce8de1.zip
opensim-SC_OLD-90b51dc7d67507e27c4baa529e979de19dce8de1.tar.gz
opensim-SC_OLD-90b51dc7d67507e27c4baa529e979de19dce8de1.tar.bz2
opensim-SC_OLD-90b51dc7d67507e27c4baa529e979de19dce8de1.tar.xz
Forward-port 0.6 fix
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IBuySellModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IBuySellModule.cs b/OpenSim/Region/Framework/Interfaces/IBuySellModule.cs
index 0132bae..d1ce4c0 100644
--- a/OpenSim/Region/Framework/Interfaces/IBuySellModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IBuySellModule.cs
@@ -42,6 +42,6 @@ namespace OpenSim.Region.Framework.Interfaces
42 /// <returns> 42 /// <returns>
43 /// True on a successful purchase, false on failure 43 /// True on a successful purchase, false on failure
44 /// </returns> 44 /// </returns>
45 bool BuyObject(IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType); 45 bool BuyObject(IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType, int salePrice);
46 } 46 }
47} \ No newline at end of file 47}