diff options
author | MW | 2007-05-16 12:44:58 +0000 |
---|---|---|
committer | MW | 2007-05-16 12:44:58 +0000 |
commit | 3d93d390485075345442b9b5ea35eed88a9cab49 (patch) | |
tree | a51cdb72cd310ae3f579650886836ddc0211d986 /OpenSim.RegionServer/QueItem.cs | |
parent | made QueItem a nested class in SimClient. (diff) | |
download | opensim-SC_OLD-3d93d390485075345442b9b5ea35eed88a9cab49.zip opensim-SC_OLD-3d93d390485075345442b9b5ea35eed88a9cab49.tar.gz opensim-SC_OLD-3d93d390485075345442b9b5ea35eed88a9cab49.tar.bz2 opensim-SC_OLD-3d93d390485075345442b9b5ea35eed88a9cab49.tar.xz |
started to refactor startup code and to move udp server code out to its own class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)
Diffstat (limited to '')
-rw-r--r-- | OpenSim.RegionServer/QueItem.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/OpenSim.RegionServer/QueItem.cs b/OpenSim.RegionServer/QueItem.cs deleted file mode 100644 index d9b77ba..0000000 --- a/OpenSim.RegionServer/QueItem.cs +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | using libsecondlife.Packets; | ||
5 | |||
6 | namespace OpenSim | ||
7 | { | ||
8 | /* | ||
9 | public class QueItem | ||
10 | { | ||
11 | public QueItem() | ||
12 | { | ||
13 | } | ||
14 | |||
15 | public Packet Packet; | ||
16 | public bool Incoming; | ||
17 | }*/ | ||
18 | |||
19 | } | ||