* Sim to sim caps for establishing child agents
* Still working out a bug in the libomv event queue, committing what is done for now

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2485 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-03-16 18:02:48 +00:00
parent 1506846d36
commit e69157a4af
14 changed files with 472 additions and 101 deletions

View File

@@ -37,8 +37,8 @@ namespace OpenMetaverse.Http
long totalBytesToReceive, long totalBytesToSend);
public delegate void CompleteCallback(CapsClient client, OSD result, Exception error);
public ProgressCallback OnProgress;
public CompleteCallback OnComplete;
public event ProgressCallback OnProgress;
public event CompleteCallback OnComplete;
public IWebProxy Proxy;
public object UserData;