diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/Linden/LLClientStackModule.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/Linden/LLProxyLoginModule.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/Linden/LLStandaloneLoginModule.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Client/Linden/LLClientStackModule.cs b/OpenSim/Client/Linden/LLClientStackModule.cs index 09177f6..a964989 100644 --- a/OpenSim/Client/Linden/LLClientStackModule.cs +++ b/OpenSim/Client/Linden/LLClientStackModule.cs | |||
@@ -110,7 +110,7 @@ namespace OpenSim.Client.Linden | |||
110 | 110 | ||
111 | } | 111 | } |
112 | 112 | ||
113 | public Type ReplacableInterface | 113 | public Type ReplaceableInterface |
114 | { | 114 | { |
115 | get { return null; } | 115 | get { return null; } |
116 | } | 116 | } |
diff --git a/OpenSim/Client/Linden/LLProxyLoginModule.cs b/OpenSim/Client/Linden/LLProxyLoginModule.cs index 0e4b549..f55d9fc 100644 --- a/OpenSim/Client/Linden/LLProxyLoginModule.cs +++ b/OpenSim/Client/Linden/LLProxyLoginModule.cs | |||
@@ -125,7 +125,7 @@ namespace OpenSim.Client.Linden | |||
125 | 125 | ||
126 | } | 126 | } |
127 | 127 | ||
128 | public Type ReplacableInterface | 128 | public Type ReplaceableInterface |
129 | { | 129 | { |
130 | get { return null; } | 130 | get { return null; } |
131 | } | 131 | } |
diff --git a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs index dde5fb0..4a31e95 100644 --- a/OpenSim/Client/Linden/LLStandaloneLoginModule.cs +++ b/OpenSim/Client/Linden/LLStandaloneLoginModule.cs | |||
@@ -155,7 +155,7 @@ namespace OpenSim.Client.Linden | |||
155 | } | 155 | } |
156 | } | 156 | } |
157 | 157 | ||
158 | public Type ReplacableInterface | 158 | public Type ReplaceableInterface |
159 | { | 159 | { |
160 | get { return null; } | 160 | get { return null; } |
161 | } | 161 | } |