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.MSSQL/MSSQLUserData.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.MSSQL/MSSQLUserData.cs')
-rw-r--r-- | OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs b/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs index 80b65c1..ccab57b 100644 --- a/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs +++ b/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs | |||
@@ -387,7 +387,7 @@ namespace OpenSim.Framework.Data.MSSQL | |||
387 | /// Performs a money transfer request between two accounts | 387 | /// Performs a money transfer request between two accounts |
388 | /// </summary> | 388 | /// </summary> |
389 | /// <param name="from">The senders account ID</param> | 389 | /// <param name="from">The senders account ID</param> |
390 | /// <param name="to">The recievers account ID</param> | 390 | /// <param name="to">The receivers account ID</param> |
391 | /// <param name="amount">The amount to transfer</param> | 391 | /// <param name="amount">The amount to transfer</param> |
392 | /// <returns>Success?</returns> | 392 | /// <returns>Success?</returns> |
393 | public bool MoneyTransferRequest(LLUUID from, LLUUID to, uint amount) | 393 | public bool MoneyTransferRequest(LLUUID from, LLUUID to, uint amount) |
@@ -400,7 +400,7 @@ namespace OpenSim.Framework.Data.MSSQL | |||
400 | /// </summary> | 400 | /// </summary> |
401 | /// <remarks>TODO: Move to inventory server</remarks> | 401 | /// <remarks>TODO: Move to inventory server</remarks> |
402 | /// <param name="from">The senders account ID</param> | 402 | /// <param name="from">The senders account ID</param> |
403 | /// <param name="to">The recievers account ID</param> | 403 | /// <param name="to">The receivers account ID</param> |
404 | /// <param name="item">The item to transfer</param> | 404 | /// <param name="item">The item to transfer</param> |
405 | /// <returns>Success?</returns> | 405 | /// <returns>Success?</returns> |
406 | public bool InventoryTransferRequest(LLUUID from, LLUUID to, LLUUID item) | 406 | public bool InventoryTransferRequest(LLUUID from, LLUUID to, LLUUID item) |