Update svn properties.

This commit is contained in:
Jeff Ames
2009-05-17 10:26:00 +00:00
parent 0379dbe2fd
commit 5cfd84c924
11 changed files with 569 additions and 569 deletions

View File

@@ -1,12 +1,12 @@
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;
namespace OpenSim.Framework.Client
{
public interface IClientIPEndpoint
{
IPAddress EndPoint { get; }
}
}
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;
namespace OpenSim.Framework.Client
{
public interface IClientIPEndpoint
{
IPAddress EndPoint { get; }
}
}