From 23324539745848f28308f3de28aa0278b662e1b5 Mon Sep 17 00:00:00 2001 From: Melanie Date: Sat, 4 May 2013 00:45:27 +0200 Subject: Add RegionManager level and the ability to use literal XML to the dynamic floater module --- OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs') diff --git a/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs b/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs index 5e633e6..65c42ff 100644 --- a/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs @@ -39,6 +39,7 @@ namespace OpenSim.Region.Framework.Interfaces public abstract int Channel { get; } public abstract string FloaterName { get; } public virtual string XmlName { get; set; } + public virtual string XmlText { get; set; } public virtual HandlerDelegate Handler { get; set; } } -- cgit v1.1