diff options
author | Jeff Ames | 2009-05-17 10:26:00 +0000 |
---|---|---|
committer | Jeff Ames | 2009-05-17 10:26:00 +0000 |
commit | 5cfd84c92427658d88c4b36e1470744babd3d54d (patch) | |
tree | 5a08dd22f5866dd4e0cf0bdbed9353561390fa70 /OpenSim/Framework | |
parent | Removing a superfluous message, just to make bamboo run again. (diff) | |
download | opensim-SC_OLD-5cfd84c92427658d88c4b36e1470744babd3d54d.zip opensim-SC_OLD-5cfd84c92427658d88c4b36e1470744babd3d54d.tar.gz opensim-SC_OLD-5cfd84c92427658d88c4b36e1470744babd3d54d.tar.bz2 opensim-SC_OLD-5cfd84c92427658d88c4b36e1470744babd3d54d.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Client/IClientIPEndpoint.cs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/OpenSim/Framework/Client/IClientIPEndpoint.cs b/OpenSim/Framework/Client/IClientIPEndpoint.cs index b80dea5..d59bd31 100644 --- a/OpenSim/Framework/Client/IClientIPEndpoint.cs +++ b/OpenSim/Framework/Client/IClientIPEndpoint.cs | |||
@@ -1,12 +1,12 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Net; | 3 | using System.Net; |
4 | using System.Text; | 4 | using System.Text; |
5 | 5 | ||
6 | namespace OpenSim.Framework.Client | 6 | namespace OpenSim.Framework.Client |
7 | { | 7 | { |
8 | public interface IClientIPEndpoint | 8 | public interface IClientIPEndpoint |
9 | { | 9 | { |
10 | IPAddress EndPoint { get; } | 10 | IPAddress EndPoint { get; } |
11 | } | 11 | } |
12 | } | 12 | } |