From 59f0920a8fc58ea6443768591b762f5673134840 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sat, 22 Sep 2007 13:15:52 +0000 Subject: Stand Alone ScriptEngine: early framework, ongoing planning (don't touch yet, will go through major reorganizing). Still a LOT of things needs to be solved... --- OpenSim/Grid/ScriptServer/RegionConnectionManager.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 OpenSim/Grid/ScriptServer/RegionConnectionManager.cs (limited to 'OpenSim/Grid/ScriptServer/RegionConnectionManager.cs') diff --git a/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs b/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs new file mode 100644 index 0000000..6a517e9 --- /dev/null +++ b/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace OpenSim.Grid.ScriptServer +{ + // Maintains connection and communication to a region + class RegionConnectionManager + { + + public RegionConnectionManager() + { + } + + } +} -- cgit v1.1