aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-07-04 05:49:12 +0000
committerAdam Frisby2007-07-04 05:49:12 +0000
commit249ce4cf6f353dd59ebec27689e74a527c39a090 (patch)
tree9f4a8da19e5aef1a12be5279459c40d96aa29f0d /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
parent* Cleaning - attempting to get compiler warnings back down to zero. (diff)
downloadopensim-SC_OLD-249ce4cf6f353dd59ebec27689e74a527c39a090.zip
opensim-SC_OLD-249ce4cf6f353dd59ebec27689e74a527c39a090.tar.gz
opensim-SC_OLD-249ce4cf6f353dd59ebec27689e74a527c39a090.tar.bz2
opensim-SC_OLD-249ce4cf6f353dd59ebec27689e74a527c39a090.tar.xz
* More cleaning - Sugilite now only has build errors for "value is never used" properties (which I presume will be filled in over time)
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index 5fff777..a11995a 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -200,7 +200,7 @@ namespace OpenSim.Region.Communications.OGS1
200 private void StartRemoting() 200 private void StartRemoting()
201 { 201 {
202 TcpChannel ch = new TcpChannel(8895); 202 TcpChannel ch = new TcpChannel(8895);
203 ChannelServices.RegisterChannel(ch); 203 ChannelServices.RegisterChannel(ch, true);
204 204
205 WellKnownServiceTypeEntry wellType = new WellKnownServiceTypeEntry( Type.GetType("OGS1InterRegionRemoting"), "InterRegions", WellKnownObjectMode.Singleton); 205 WellKnownServiceTypeEntry wellType = new WellKnownServiceTypeEntry( Type.GetType("OGS1InterRegionRemoting"), "InterRegions", WellKnownObjectMode.Singleton);
206 RemotingConfiguration.RegisterWellKnownServiceType(wellType); 206 RemotingConfiguration.RegisterWellKnownServiceType(wellType);