aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/User
diff options
context:
space:
mode:
authorMelanie2009-08-10 23:08:22 +0100
committerMelanie2009-08-10 23:08:22 +0100
commiteba23048ca2d6dd1b934e11dc426093e5b2134c7 (patch)
treeda54852717bb696798d2e45fa0bcbf89f61f9228 /OpenSim/Region/CoreModules/ServiceConnectorsOut/User
parentLast piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... (diff)
downloadopensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.zip
opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.gz
opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.bz2
opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.xz
Replace the Replaceable modules name
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut/User')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/User/LocalUserServiceConnector.cs2
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/User/RemoteUserServiceConnector.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/User/LocalUserServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/User/LocalUserServiceConnector.cs
index 0924de7..fcd0304 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/User/LocalUserServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/User/LocalUserServiceConnector.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.User
46 46
47 private bool m_Enabled = false; 47 private bool m_Enabled = false;
48 48
49 public Type ReplacableInterface 49 public Type ReplaceableInterface
50 { 50 {
51 get { return null; } 51 get { return null; }
52 } 52 }
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/User/RemoteUserServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/User/RemoteUserServiceConnector.cs
index abf8c4f..a2b854b 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/User/RemoteUserServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/User/RemoteUserServiceConnector.cs
@@ -45,7 +45,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.User
45 45
46 private bool m_Enabled = false; 46 private bool m_Enabled = false;
47 47
48 public Type ReplacableInterface 48 public Type ReplaceableInterface
49 { 49 {
50 get { return null; } 50 get { return null; }
51 } 51 }