diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/TextureDownloadModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/TextureDownloadModule.cs | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs b/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs index 59c0839..f107d77 100644 --- a/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs +++ b/OpenSim/Region/Environment/Modules/TextureDownloadModule.cs | |||
@@ -1,20 +1,16 @@ | |||
1 | using System; | 1 | using libsecondlife; |
2 | using System.Collections.Generic; | 2 | using OpenSim.Framework.Interfaces; |
3 | using System.Text; | 3 | using OpenSim.Region.Environment.Interfaces; |
4 | using libsecondlife; | 4 | using OpenSim.Region.Environment.Scenes; |
5 | using OpenSim.Framework.Interfaces; | 5 | |
6 | using OpenSim.Region.Environment.Scenes; | ||
7 | using OpenSim.Region.Environment.Interfaces; | ||
8 | |||
9 | namespace OpenSim.Region.Environment.Modules | 6 | namespace OpenSim.Region.Environment.Modules |
10 | { | 7 | { |
11 | public class TextureDownloadModule :IRegionModule | 8 | public class TextureDownloadModule : IRegionModule |
12 | { | 9 | { |
13 | private Scene m_scene; | 10 | private Scene m_scene; |
14 | 11 | ||
15 | public TextureDownloadModule() | 12 | public TextureDownloadModule() |
16 | { | 13 | { |
17 | |||
18 | } | 14 | } |
19 | 15 | ||
20 | public void Initialise(Scene scene) | 16 | public void Initialise(Scene scene) |
@@ -24,8 +20,7 @@ namespace OpenSim.Region.Environment.Modules | |||
24 | } | 20 | } |
25 | 21 | ||
26 | public void PostInitialise() | 22 | public void PostInitialise() |
27 | { | 23 | { |
28 | |||
29 | } | 24 | } |
30 | 25 | ||
31 | public void CloseDown() | 26 | public void CloseDown() |
@@ -47,8 +42,7 @@ namespace OpenSim.Region.Environment.Modules | |||
47 | } | 42 | } |
48 | 43 | ||
49 | public void TextureAssetCallback(LLUUID texture, byte[] data) | 44 | public void TextureAssetCallback(LLUUID texture, byte[] data) |
50 | { | 45 | { |
51 | |||
52 | } | 46 | } |
53 | } | 47 | } |
54 | } | 48 | } \ No newline at end of file |