Removed all mutexes from libsecondlife, replaced with lock()

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@393 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-10-25 10:41:43 +00:00
parent f05afa2d98
commit 3a70f4090b
8 changed files with 279 additions and 442 deletions

View File

@@ -224,7 +224,7 @@ namespace Nii.JSON
/// <summary>
/// C# convenience method
/// </summary>
/// <returns>The Hashtable</returns>
/// <returns>The Dictionary</returns>
public Dictionary<string, object> getDictionary()
{
return myHashMap;