diff options
author | Tedd Hansen | 2007-09-24 12:49:46 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-09-24 12:49:46 +0000 |
commit | 323234f82a78b8a863c12e0c6d0641ec156d523b (patch) | |
tree | 454f57905ec64230f8f553430ada4a83ac95e44f /OpenSim/Grid/ScriptServer/RegionConnectionManager.cs | |
parent | * Long days journey towards night (diff) | |
download | opensim-SC-323234f82a78b8a863c12e0c6d0641ec156d523b.zip opensim-SC-323234f82a78b8a863c12e0c6d0641ec156d523b.tar.gz opensim-SC-323234f82a78b8a863c12e0c6d0641ec156d523b.tar.bz2 opensim-SC-323234f82a78b8a863c12e0c6d0641ec156d523b.tar.xz |
Reorganized some files
Diffstat (limited to 'OpenSim/Grid/ScriptServer/RegionConnectionManager.cs')
-rw-r--r-- | OpenSim/Grid/ScriptServer/RegionConnectionManager.cs | 16 |
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 @@ | |||
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 | } | ||