diff options
author | Jeff Ames | 2007-12-19 08:44:25 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-19 08:44:25 +0000 |
commit | 6702b0373371fd2a546a580ad82f5cc175fa29e0 (patch) | |
tree | f2750d5be494d2a976cb583476c4f32ef3d895d7 /OpenSim/Framework/Data.MySQL/MySQLUserData.cs | |
parent | *Added Ban Lines around parcels for banned avatars, but there is no actual bl... (diff) | |
download | opensim-SC_OLD-6702b0373371fd2a546a580ad82f5cc175fa29e0.zip opensim-SC_OLD-6702b0373371fd2a546a580ad82f5cc175fa29e0.tar.gz opensim-SC_OLD-6702b0373371fd2a546a580ad82f5cc175fa29e0.tar.bz2 opensim-SC_OLD-6702b0373371fd2a546a580ad82f5cc175fa29e0.tar.xz |
Misc. cleanup:
* added Util.Clip(value, min, max)
* modified asset cache's numPackets calculation to use max packet size (600) instead of 1000
* removed a few magic numbers
Diffstat (limited to 'OpenSim/Framework/Data.MySQL/MySQLUserData.cs')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/MySQLUserData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLUserData.cs b/OpenSim/Framework/Data.MySQL/MySQLUserData.cs index 6a7cf49..05e5127 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLUserData.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLUserData.cs | |||
@@ -363,7 +363,7 @@ namespace OpenSim.Framework.Data.MySQL | |||
363 | /// Performs a money transfer request between two accounts | 363 | /// Performs a money transfer request between two accounts |
364 | /// </summary> | 364 | /// </summary> |
365 | /// <param name="from">The senders account ID</param> | 365 | /// <param name="from">The senders account ID</param> |
366 | /// <param name="to">The recievers account ID</param> | 366 | /// <param name="to">The receivers account ID</param> |
367 | /// <param name="amount">The amount to transfer</param> | 367 | /// <param name="amount">The amount to transfer</param> |
368 | /// <returns>Success?</returns> | 368 | /// <returns>Success?</returns> |
369 | public bool MoneyTransferRequest(LLUUID from, LLUUID to, uint amount) | 369 | public bool MoneyTransferRequest(LLUUID from, LLUUID to, uint amount) |
@@ -376,7 +376,7 @@ namespace OpenSim.Framework.Data.MySQL | |||
376 | /// </summary> | 376 | /// </summary> |
377 | /// <remarks>TODO: Move to inventory server</remarks> | 377 | /// <remarks>TODO: Move to inventory server</remarks> |
378 | /// <param name="from">The senders account ID</param> | 378 | /// <param name="from">The senders account ID</param> |
379 | /// <param name="to">The recievers account ID</param> | 379 | /// <param name="to">The receivers account ID</param> |
380 | /// <param name="item">The item to transfer</param> | 380 | /// <param name="item">The item to transfer</param> |
381 | /// <returns>Success?</returns> | 381 | /// <returns>Success?</returns> |
382 | public bool InventoryTransferRequest(LLUUID from, LLUUID to, LLUUID item) | 382 | public bool InventoryTransferRequest(LLUUID from, LLUUID to, LLUUID item) |