diff options
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs index 4f42f8b..9767185 100644 --- a/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs +++ b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs | |||
@@ -1,4 +1,5 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections; | ||
2 | using System.Collections.Generic; | 3 | using System.Collections.Generic; |
3 | using System.Text; | 4 | using System.Text; |
4 | using OpenSim.Framework; | 5 | using OpenSim.Framework; |
@@ -62,5 +63,14 @@ namespace OpenGrid.Framework.Communications | |||
62 | { | 63 | { |
63 | return false; | 64 | return false; |
64 | } | 65 | } |
66 | |||
67 | /// <summary> | ||
68 | /// | ||
69 | /// </summary> | ||
70 | /// <returns></returns> | ||
71 | public virtual IList RequestMapBlocks() | ||
72 | { | ||
73 | return null; | ||
74 | } | ||
65 | } | 75 | } |
66 | } | 76 | } |