aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs
diff options
context:
space:
mode:
authorDiva Canto2009-08-10 16:02:33 -0700
committerDiva Canto2009-08-10 16:02:33 -0700
commit9f95ec499858915de3ccafa0d2b5e23bdcc0ff74 (patch)
tree6d456a3bea6952c8ac010e549a9f592017a46902 /OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs
parentChanged RequestRootFolder to GetRootFolder (diff)
parentReplace the Replaceable modules name (diff)
downloadopensim-SC_OLD-9f95ec499858915de3ccafa0d2b5e23bdcc0ff74.zip
opensim-SC_OLD-9f95ec499858915de3ccafa0d2b5e23bdcc0ff74.tar.gz
opensim-SC_OLD-9f95ec499858915de3ccafa0d2b5e23bdcc0ff74.tar.bz2
opensim-SC_OLD-9f95ec499858915de3ccafa0d2b5e23bdcc0ff74.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs
index 115660a..b3eaa37 100644
--- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs
@@ -77,7 +77,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
77 } 77 }
78 78
79 // this module is not intended to be replaced, but there should only be 1 of them. 79 // this module is not intended to be replaced, but there should only be 1 of them.
80 public Type ReplacableInterface 80 public Type ReplaceableInterface
81 { 81 {
82 get { return null; } 82 get { return null; }
83 } 83 }