rename ImapTileModule as IMAPImageUploadModule to match core

This commit is contained in:
UbitUmarov
2015-08-24 11:06:12 +01:00
parent 018d855f28
commit cbc569a1e0
4 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage
/// </remarks>
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "MapImageServiceModule")]
public class MapImageServiceModule : ISharedRegionModule, IMapTileModule
public class MapImageServiceModule : ISharedRegionModule, IMapImageUploadModule
{
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
@@ -147,7 +147,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage
// v2 Map generation on startup is now handled by scene to allow bmp to be shared with
// v1 service and not generate map tiles twice as was previous behavior
//scene.EventManager.OnRegionReadyStatusChange += s => { if (s.Ready) UploadMapTile(s); };
scene.RegisterModuleInterface<IMapTileModule>(this);
scene.RegisterModuleInterface<IMapImageUploadModule>(this);
}
///<summary>