fixed the VS 2005 solution/ project files.

and a couple of other small changes
This commit is contained in:
MW
2007-04-30 15:38:51 +00:00
parent 538179c526
commit a595881dc0
10 changed files with 252 additions and 71 deletions

View File

@@ -62,7 +62,7 @@ namespace OpenSim.GridInterfaces.Remote
{
while (true)
{
//we need to add support for the asset server not knowing about a requested asset
//we need to add support for the asset server not knowing about a requested asset
// 404... THE MAGIC FILE NOT FOUND ERROR, very useful for telling you things such as a file (or asset ;) ) not being found!!!!!!!!!!! it's 2:22AM
ARequest req = this._assetRequests.Dequeue();
LLUUID assetID = req.AssetID;