diff options
Diffstat (limited to 'OpenSim/Grid/ScriptServer/RegionConnectionManager.cs')
-rw-r--r-- | OpenSim/Grid/ScriptServer/RegionConnectionManager.cs | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Grid.ScriptServer | ||
6 | { | ||
7 | // Maintains connection and communication to a region | ||
8 | class RegionConnectionManager | ||
9 | { | ||
10 | |||
11 | public RegionConnectionManager() | ||
12 | { | ||
13 | } | ||
14 | |||
15 | } | ||
16 | } | ||