aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs
diff options
context:
space:
mode:
authordiva2008-12-29 21:26:44 +0000
committerdiva2008-12-29 21:26:44 +0000
commit606163a9d87151fb10794701d7e86f68dbc8122f (patch)
tree5be0b187283a504a2527acef88f742c73f19b00b /OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs
parentMerged the InterregionData that Melanie had placed there onto the existing Ch... (diff)
downloadopensim-SC_OLD-606163a9d87151fb10794701d7e86f68dbc8122f.zip
opensim-SC_OLD-606163a9d87151fb10794701d7e86f68dbc8122f.tar.gz
opensim-SC_OLD-606163a9d87151fb10794701d7e86f68dbc8122f.tar.bz2
opensim-SC_OLD-606163a9d87151fb10794701d7e86f68dbc8122f.tar.xz
Minor change in HGSceneCommunicationService, making one field public readonly. Totally harmless.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs
index f01b2863..363a93f 100644
--- a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs
@@ -49,7 +49,7 @@ namespace OpenSim.Region.Environment.Scenes.Hypergrid
49 { 49 {
50 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 50 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
51 51
52 private IHyperlink m_hg; 52 public readonly IHyperlink m_hg;
53 53
54 public HGSceneCommunicationService(CommunicationsManager commsMan, IHyperlink hg) : base(commsMan) 54 public HGSceneCommunicationService(CommunicationsManager commsMan, IHyperlink hg) : base(commsMan)
55 { 55 {