diff options
author | Sean Dague | 2009-02-12 18:59:45 +0000 |
---|---|---|
committer | Sean Dague | 2009-02-12 18:59:45 +0000 |
commit | 5959e426834b49c9048b862506e9db50870ef867 (patch) | |
tree | 6d6ad1c1d64e9f9d6474fd89c59d99b22b2b4bbc /OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs | |
parent | * Lock remaining m_rpcHandlers use since these accesses are not guaranteed to... (diff) | |
download | opensim-SC-5959e426834b49c9048b862506e9db50870ef867.zip opensim-SC-5959e426834b49c9048b862506e9db50870ef867.tar.gz opensim-SC-5959e426834b49c9048b862506e9db50870ef867.tar.bz2 opensim-SC-5959e426834b49c9048b862506e9db50870ef867.tar.xz |
large scale fix for svn props after "the great refactor"
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs b/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs index 2e33d46..81d3600 100644 --- a/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs | |||
@@ -25,18 +25,18 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using System.Reflection; | 30 | using System.Reflection; |
31 | using System.Text.RegularExpressions; | 31 | using System.Text.RegularExpressions; |
32 | using DotNetOpenMail; | 32 | using DotNetOpenMail; |
33 | using DotNetOpenMail.SmtpAuth; | 33 | using DotNetOpenMail.SmtpAuth; |
34 | using log4net; | 34 | using log4net; |
35 | using Nini.Config; | 35 | using Nini.Config; |
36 | using OpenMetaverse; | 36 | using OpenMetaverse; |
37 | using OpenSim.Region.Framework.Interfaces; | 37 | using OpenSim.Region.Framework.Interfaces; |
38 | using OpenSim.Region.Framework.Scenes; | 38 | using OpenSim.Region.Framework.Scenes; |
39 | 39 | ||
40 | namespace OpenSim.Region.CoreModules.Scripting.EmailModules | 40 | namespace OpenSim.Region.CoreModules.Scripting.EmailModules |
41 | { | 41 | { |
42 | public class EmailModule : IEmailModule | 42 | public class EmailModule : IEmailModule |