diff options
Diffstat (limited to 'OpenSim/Grid/GridServer/IGridMessagingModule.cs')
-rw-r--r-- | OpenSim/Grid/GridServer/IGridMessagingModule.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Grid/GridServer/IGridMessagingModule.cs b/OpenSim/Grid/GridServer/IGridMessagingModule.cs new file mode 100644 index 0000000..969910e --- /dev/null +++ b/OpenSim/Grid/GridServer/IGridMessagingModule.cs | |||
@@ -0,0 +1,11 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using OpenSim.Framework.Servers; | ||
4 | |||
5 | namespace OpenSim.Grid.GridServer | ||
6 | { | ||
7 | public interface IGridMessagingModule | ||
8 | { | ||
9 | List<MessageServerInfo> MessageServers { get; } | ||
10 | } | ||
11 | } | ||