diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/Linden/LLClientStackModule.cs | 5 | ||||
-rw-r--r-- | OpenSim/Client/Linden/LLProxyLoginModule.cs | 5 | ||||
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/OpenSim/Client/Linden/LLClientStackModule.cs b/OpenSim/Client/Linden/LLClientStackModule.cs index 74612bb..09177f6 100644 --- a/OpenSim/Client/Linden/LLClientStackModule.cs +++ b/OpenSim/Client/Linden/LLClientStackModule.cs | |||
@@ -110,6 +110,11 @@ namespace OpenSim.Client.Linden | |||
110 | 110 | ||
111 | } | 111 | } |
112 | 112 | ||
113 | public Type ReplacableInterface | ||
114 | { | ||
115 | get { return null; } | ||
116 | } | ||
117 | |||
113 | public string Name | 118 | public string Name |
114 | { | 119 | { |
115 | get { return "LLClientStackModule"; } | 120 | get { return "LLClientStackModule"; } |
diff --git a/OpenSim/Client/Linden/LLProxyLoginModule.cs b/OpenSim/Client/Linden/LLProxyLoginModule.cs index f7608d1..0e4b549 100644 --- a/OpenSim/Client/Linden/LLProxyLoginModule.cs +++ b/OpenSim/Client/Linden/LLProxyLoginModule.cs | |||
@@ -125,6 +125,11 @@ namespace OpenSim.Client.Linden | |||
125 | 125 | ||
126 | } | 126 | } |
127 | 127 | ||
128 | public Type ReplacableInterface | ||
129 | { | ||
130 | get { return null; } | ||
131 | } | ||
132 | |||
128 | public string Name | 133 | public string Name |
129 | { | 134 | { |
130 | get { return "LLProxyLoginModule"; } | 135 | get { return "LLProxyLoginModule"; } |
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"; } |