Changed the AssetManager.RequestUpload function signature to more closely resemble the RequestAsset function, and added an overload to simplify the call

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1336 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-07-30 08:10:05 +00:00
parent 17ac9f88db
commit cd9b2cef2a
5 changed files with 60 additions and 67 deletions

View File

@@ -48,7 +48,7 @@ namespace SLProxy
public ProxyFrame(string[] args)
{
bool externalPlugin = false;
//bool externalPlugin = false;
this.args = args;
ProxyConfig proxyConfig = new ProxyConfig("SLProxy", "Austin Jennings / Andrew Ortman", args);
@@ -75,7 +75,7 @@ namespace SLProxy
Console.WriteLine("arg '" + sw + "' val '" + val + "'");
if (sw == "--load")
{
externalPlugin = true;
//externalPlugin = true;
LoadPlugin(val);
}
}