* refactor: rename interface to put standard I prefix in front

This commit is contained in:
Justin Clarke Casey
2008-10-01 20:30:30 +00:00
parent e7cd583c1e
commit 4d32cd34e8
3 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// <summary>
/// This class handles the initial UDP circuit setup with a client and passes on subsequent packets to the LLPacketServer
/// </summary>
public class LLUDPServer : LLClientStackNetworkHandler, IClientNetworkServer
public class LLUDPServer : ILLClientStackNetworkHandler, IClientNetworkServer
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);