diff options
author | Melanie Thielker | 2009-07-10 20:17:13 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-07-10 20:17:13 +0000 |
commit | 8ecfc9a717c259fd238312888f6178b3f86c008a (patch) | |
tree | a05601b3c0218f3e797f4a2104e362a964522c7b /OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |
parent | * minor: formatting adjustments in OpenSim.ini.example (diff) | |
download | opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.zip opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.gz opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.bz2 opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.xz |
Committing the interface change and the addition to the modules to get
the ball rolling on replacable modules. No user functionality yet
Diffstat (limited to 'OpenSim/Client/Linden/LLStandaloneLoginModule.cs')
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs index 21197f8..dde5fb0 100644 --- a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs +++ b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |||
@@ -155,6 +155,11 @@ namespace OpenSim.Client.Linden | |||
155 | } | 155 | } |
156 | } | 156 | } |
157 | 157 | ||
158 | public Type ReplacableInterface | ||
159 | { | ||
160 | get { return null; } | ||
161 | } | ||
162 | |||
158 | public string Name | 163 | public string Name |
159 | { | 164 | { |
160 | get { return "LLStandaloneLoginModule"; } | 165 | get { return "LLStandaloneLoginModule"; } |