diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IMoapModule.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IMoapModule.cs b/OpenSim/Region/Framework/Interfaces/IMoapModule.cs index 31bb6d8..24b6860 100644 --- a/OpenSim/Region/Framework/Interfaces/IMoapModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IMoapModule.cs | |||
@@ -53,5 +53,15 @@ namespace OpenSim.Region.Framework.Interfaces | |||
53 | /// <param name="face"></param> | 53 | /// <param name="face"></param> |
54 | /// <param name="me"></param> | 54 | /// <param name="me"></param> |
55 | void SetMediaEntry(SceneObjectPart part, int face, MediaEntry me); | 55 | void SetMediaEntry(SceneObjectPart part, int face, MediaEntry me); |
56 | |||
57 | /// <summary> | ||
58 | /// Clear the media entry for a given prim face. | ||
59 | /// </summary> | ||
60 | /// | ||
61 | /// This is the equivalent of setting a media entry of null | ||
62 | /// | ||
63 | /// <param name="part"></param> | ||
64 | /// <param name="face">/param> | ||
65 | void ClearMediaEntry(SceneObjectPart part, int face); | ||
56 | } | 66 | } |
57 | } \ No newline at end of file | 67 | } \ No newline at end of file |