aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Client/IClientIPEndpoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Client/IClientIPEndpoint.cs')
-rw-r--r--OpenSim/Framework/Client/IClientIPEndpoint.cs24
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 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Net; 3using System.Net;
4using System.Text; 4using System.Text;
5 5
6namespace OpenSim.Framework.Client 6namespace 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}