From 3c9505199a1ff61a3fc9bf1bc6d9592276a8fda1 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 31 Dec 2007 12:00:40 +0000 Subject: Set svn:eol-style and svn:ignore. --- OpenSim/Grid/ScriptServer/RemotingServer.cs | 56 ++++++++++++++--------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'OpenSim/Grid/ScriptServer/RemotingServer.cs') diff --git a/OpenSim/Grid/ScriptServer/RemotingServer.cs b/OpenSim/Grid/ScriptServer/RemotingServer.cs index 3ec3e64..33d8dc8 100644 --- a/OpenSim/Grid/ScriptServer/RemotingServer.cs +++ b/OpenSim/Grid/ScriptServer/RemotingServer.cs @@ -1,28 +1,28 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Runtime.Remoting; -using System.Runtime.Remoting.Channels; -using System.Runtime.Remoting.Channels.Tcp; - - -namespace OpenSim.Grid.ScriptServer -{ - class RemotingServer - { - - public void CreateServer(int port, string instanceName) - { - // Create an instance of a channel - TcpChannel channel = new TcpChannel(port); - ChannelServices.RegisterChannel(channel, true); - - // Register as an available service with the name HelloWorld - RemotingConfiguration.RegisterWellKnownServiceType( - typeof(RemotingObject), - instanceName, - WellKnownObjectMode.Singleton); - - } - } -} +using System; +using System.Collections.Generic; +using System.Text; +using System.Runtime.Remoting; +using System.Runtime.Remoting.Channels; +using System.Runtime.Remoting.Channels.Tcp; + + +namespace OpenSim.Grid.ScriptServer +{ + class RemotingServer + { + + public void CreateServer(int port, string instanceName) + { + // Create an instance of a channel + TcpChannel channel = new TcpChannel(port); + ChannelServices.RegisterChannel(channel, true); + + // Register as an available service with the name HelloWorld + RemotingConfiguration.RegisterWellKnownServiceType( + typeof(RemotingObject), + instanceName, + WellKnownObjectMode.Singleton); + + } + } +} -- cgit v1.1