diff options
author | Diva Canto | 2009-08-10 16:02:33 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 16:02:33 -0700 |
commit | 9f95ec499858915de3ccafa0d2b5e23bdcc0ff74 (patch) | |
tree | 6d456a3bea6952c8ac010e549a9f592017a46902 /OpenSim/Region/OptionalModules/ServiceConnectorsIn | |
parent | Changed RequestRootFolder to GetRootFolder (diff) | |
parent | Replace the Replaceable modules name (diff) | |
download | opensim-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/ServiceConnectorsIn')
-rw-r--r-- | OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs b/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs index 1116db0..97fa63c 100644 --- a/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs | |||
@@ -72,7 +72,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Freeswitch | |||
72 | { | 72 | { |
73 | } | 73 | } |
74 | 74 | ||
75 | public Type ReplacableInterface | 75 | public Type ReplaceableInterface |
76 | { | 76 | { |
77 | get { return null; } | 77 | get { return null; } |
78 | } | 78 | } |