diff options
author | Justin Clarke Casey | 2009-06-01 17:38:11 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-06-01 17:38:11 +0000 |
commit | f6badc528b7f7b86602ce658a142bdd03648ea1c (patch) | |
tree | b06a422524beff74af1c9e69737f0451c80a6634 /OpenSim/Region/Framework/Interfaces/IRegionSerialiserModule.cs | |
parent | * Fix race condition in save oar (diff) | |
download | opensim-SC_OLD-f6badc528b7f7b86602ce658a142bdd03648ea1c.zip opensim-SC_OLD-f6badc528b7f7b86602ce658a142bdd03648ea1c.tar.gz opensim-SC_OLD-f6badc528b7f7b86602ce658a142bdd03648ea1c.tar.bz2 opensim-SC_OLD-f6badc528b7f7b86602ce658a142bdd03648ea1c.tar.xz |
* minor: change the name of one serialization method to match its counterpart
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IRegionSerialiserModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IRegionSerialiserModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IRegionSerialiserModule.cs b/OpenSim/Region/Framework/Interfaces/IRegionSerialiserModule.cs index 5dc49a8..e062bbc 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionSerialiserModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionSerialiserModule.cs | |||
@@ -117,6 +117,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
117 | /// </summary> | 117 | /// </summary> |
118 | /// <param name="grp"></param> | 118 | /// <param name="grp"></param> |
119 | /// <returns></returns> | 119 | /// <returns></returns> |
120 | string SaveGroupToXml2(SceneObjectGroup grp); | 120 | string SerializeGroupToXml2(SceneObjectGroup grp); |
121 | } | 121 | } |
122 | } | 122 | } |