Renaming LLSDParser to OSDParser since it will encompass more than just LLSD parsing in the future
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2322 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenMetaverse.StructuredData
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public static partial class LLSDParser
|
||||
public static partial class OSDParser
|
||||
{
|
||||
private const int initialBufferSize = 128;
|
||||
private const int int32Length = 4;
|
||||
|
||||
Reference in New Issue
Block a user