Removed all usage of Timeout.Infinite, timers are now initialized when started and disposed when stopped to closer match the MSDN example

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1519 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-12-06 02:07:26 +00:00
parent 037b7b0aed
commit b1b3d30aca
5 changed files with 66 additions and 47 deletions

View File

@@ -75,7 +75,7 @@ namespace libsecondlife
}
/// <summary>
/// Checkes the instance back into the object pool
/// Checks the instance back into the object pool
/// </summary>
public void Dispose()
{