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.SQLite | |
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.SQLite')
-rw-r--r-- | OpenSim/Framework/Data.SQLite/SQLiteUserData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.SQLite/SQLiteUserData.cs b/OpenSim/Framework/Data.SQLite/SQLiteUserData.cs index 346febc..99121be 100644 --- a/OpenSim/Framework/Data.SQLite/SQLiteUserData.cs +++ b/OpenSim/Framework/Data.SQLite/SQLiteUserData.cs | |||
@@ -320,7 +320,7 @@ namespace OpenSim.Framework.Data.SQLite | |||
320 | /// </summary> | 320 | /// </summary> |
321 | /// <remarks>Move to inventory server</remarks> | 321 | /// <remarks>Move to inventory server</remarks> |
322 | /// <param name="from">Senders account</param> | 322 | /// <param name="from">Senders account</param> |
323 | /// <param name="to">Recievers account</param> | 323 | /// <param name="to">Receivers account</param> |
324 | /// <param name="item">Inventory item</param> | 324 | /// <param name="item">Inventory item</param> |
325 | /// <returns>Success?</returns> | 325 | /// <returns>Success?</returns> |
326 | public bool InventoryTransferRequest(LLUUID from, LLUUID to, LLUUID item) | 326 | public bool InventoryTransferRequest(LLUUID from, LLUUID to, LLUUID item) |