aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetRequest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set svn:eol-style. Cleaned up set-eol-style.sh a bit.Jeff Ames2007-12-151-9/+9
|
* * ARequest changed name to AssetRequest and moved to own file.lbsa712007-12-141-0/+10
* The AssetServerBase is now responsible for dequeueing, the server implementations merely recieves ProcessRequest( AssetRequest req ) * Catchall added around queue processing thread so thread won't abort on exceptions.