diff options
author | MW | 2007-05-31 14:22:14 +0000 |
---|---|---|
committer | MW | 2007-05-31 14:22:14 +0000 |
commit | a575bc38d61ac5cb74f60e0eee503ca7f3e99803 (patch) | |
tree | 1ff674910b118bb3939e351eaeff10546d25b0fc /Common/OpenSim.Framework/IRegionCommsHost.cs | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-a575bc38d61ac5cb74f60e0eee503ca7f3e99803.zip opensim-SC_OLD-a575bc38d61ac5cb74f60e0eee503ca7f3e99803.tar.gz opensim-SC_OLD-a575bc38d61ac5cb74f60e0eee503ca7f3e99803.tar.bz2 opensim-SC_OLD-a575bc38d61ac5cb74f60e0eee503ca7f3e99803.tar.xz |
More work on OpenGrid.Framework.Communications
Diffstat (limited to 'Common/OpenSim.Framework/IRegionCommsHost.cs')
-rw-r--r-- | Common/OpenSim.Framework/IRegionCommsHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenSim.Framework/IRegionCommsHost.cs b/Common/OpenSim.Framework/IRegionCommsHost.cs index 815bd8e..d115bb7 100644 --- a/Common/OpenSim.Framework/IRegionCommsHost.cs +++ b/Common/OpenSim.Framework/IRegionCommsHost.cs | |||
@@ -6,7 +6,7 @@ using OpenSim.Framework.Types; | |||
6 | 6 | ||
7 | namespace OpenSim.Framework | 7 | namespace OpenSim.Framework |
8 | { | 8 | { |
9 | public delegate void ExpectUserDelegate(); | 9 | public delegate void ExpectUserDelegate(AgentCircuitData agent); |
10 | public delegate void UpdateNeighbours(List<RegionInfo> neighbours); | 10 | public delegate void UpdateNeighbours(List<RegionInfo> neighbours); |
11 | 11 | ||
12 | public interface IRegionCommsHost | 12 | public interface IRegionCommsHost |