diff options
author | Justin Clarke Casey | 2008-10-01 20:30:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-01 20:30:30 +0000 |
commit | 4d32cd34e803dc8b7b241b5f1939cfae1139b1ed (patch) | |
tree | 8d75d0f97926c4fd810516ba71ff4ee36dd34df1 /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |
parent | removing asterisk: it's now living at http://forge.opensimulator.org/gf/proje... (diff) | |
download | opensim-SC_OLD-4d32cd34e803dc8b7b241b5f1939cfae1139b1ed.zip opensim-SC_OLD-4d32cd34e803dc8b7b241b5f1939cfae1139b1ed.tar.gz opensim-SC_OLD-4d32cd34e803dc8b7b241b5f1939cfae1139b1ed.tar.bz2 opensim-SC_OLD-4d32cd34e803dc8b7b241b5f1939cfae1139b1ed.tar.xz |
* refactor: rename interface to put standard I prefix in front
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 5c3626d..f56c0bf 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
42 | /// <summary> | 42 | /// <summary> |
43 | /// This class handles the initial UDP circuit setup with a client and passes on subsequent packets to the LLPacketServer | 43 | /// This class handles the initial UDP circuit setup with a client and passes on subsequent packets to the LLPacketServer |
44 | /// </summary> | 44 | /// </summary> |
45 | public class LLUDPServer : LLClientStackNetworkHandler, IClientNetworkServer | 45 | public class LLUDPServer : ILLClientStackNetworkHandler, IClientNetworkServer |
46 | { | 46 | { |
47 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 47 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
48 | 48 | ||