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:
@@ -628,7 +628,7 @@ namespace OpenMetaverse.StructuredData
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return LLSDParser.SerializeLLSDNotationFormatted(this);
|
||||
return OSDParser.SerializeLLSDNotationFormatted(this);
|
||||
}
|
||||
|
||||
#region IDictionary Implementation
|
||||
@@ -832,7 +832,7 @@ namespace OpenMetaverse.StructuredData
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return LLSDParser.SerializeLLSDNotationFormatted(this);
|
||||
return OSDParser.SerializeLLSDNotationFormatted(this);
|
||||
}
|
||||
|
||||
#region IList Implementation
|
||||
|
||||
Reference in New Issue
Block a user