aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/ScriptServer/RegionConnectionManager.cs')
-rw-r--r--OpenSim/Grid/ScriptServer/RegionConnectionManager.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs b/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs
deleted file mode 100644
index 6a517e9..0000000
--- a/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs
+++ /dev/null
@@ -1,16 +0,0 @@
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace 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}