Annotation of /branches/os-udp/ModularRex/RexNetwork/RexUDPServer.cs
Parent Directory
|
Revision Log
Revision 2 -
(view)
(download)
Original Path: trunk/ModularRex/RexNetwork/RexUDPServer.cs
| 1 : | afrisby | 2 | using OpenSim.Region.ClientStack.LindenUDP; |
| 2 : | |||
| 3 : | namespace ModularRex.RexNetwork | ||
| 4 : | { | ||
| 5 : | public class RexUDPServer : LLUDPServer | ||
| 6 : | { | ||
| 7 : | protected override void CreatePacketServer() | ||
| 8 : | { | ||
| 9 : | new RexPacketServer(this); | ||
| 10 : | } | ||
| 11 : | } | ||
| 12 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

