diff options
author | Diva Canto | 2012-11-13 08:36:44 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-13 08:36:44 -0800 |
commit | 457395d9c15109ffe9275c255c2c92b88a61c494 (patch) | |
tree | a8e435554b25f13b1a9a5d5a28c4137fe7aab1b5 /OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication | |
parent | Another 21 modules' directives moved out of .addin.xml (diff) | |
download | opensim-SC-457395d9c15109ffe9275c255c2c92b88a61c494.zip opensim-SC-457395d9c15109ffe9275c255c2c92b88a61c494.tar.gz opensim-SC-457395d9c15109ffe9275c255c2c92b88a61c494.tar.bz2 opensim-SC-457395d9c15109ffe9275c255c2c92b88a61c494.tar.xz |
Another 11 modules' directions moved out of .addin.xml
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs index 2c6a0b8..2cdffe6 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs | |||
@@ -29,6 +29,7 @@ using System; | |||
29 | using System.Reflection; | 29 | using System.Reflection; |
30 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |
31 | using log4net; | 31 | using log4net; |
32 | using Mono.Addins; | ||
32 | using Nini.Config; | 33 | using Nini.Config; |
33 | using OpenSim.Framework; | 34 | using OpenSim.Framework; |
34 | using OpenSim.Framework.Servers; | 35 | using OpenSim.Framework.Servers; |
@@ -41,6 +42,7 @@ using OpenSim.Services.Interfaces; | |||
41 | 42 | ||
42 | namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Authentication | 43 | namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Authentication |
43 | { | 44 | { |
45 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "AuthenticationServiceInConnectorModule")] | ||
44 | public class AuthenticationServiceInConnectorModule : ISharedRegionModule | 46 | public class AuthenticationServiceInConnectorModule : ISharedRegionModule |
45 | { | 47 | { |
46 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 48 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |