* minor: change the name of one serialization method to match its counterpart

This commit is contained in:
Justin Clarke Casey
2009-06-01 17:38:11 +00:00
parent ecbeb5cea1
commit f6badc528b
4 changed files with 131 additions and 7 deletions

View File

@@ -117,6 +117,6 @@ namespace OpenSim.Region.Framework.Interfaces
/// </summary>
/// <param name="grp"></param>
/// <returns></returns>
string SaveGroupToXml2(SceneObjectGroup grp);
string SerializeGroupToXml2(SceneObjectGroup grp);
}
}