diff options
author | Justin Clarke Casey | 2008-11-25 15:41:42 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-25 15:41:42 +0000 |
commit | fbf90b1ecec7bf26bb0e948f34877bb049e6f333 (patch) | |
tree | bb1d806504679edbcf9ac51122dc83551bfa7987 /OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | |
parent | made the messaging server OpenMessage_Main constructor public (from private) ... (diff) | |
download | opensim-SC_OLD-fbf90b1ecec7bf26bb0e948f34877bb049e6f333.zip opensim-SC_OLD-fbf90b1ecec7bf26bb0e948f34877bb049e6f333.tar.gz opensim-SC_OLD-fbf90b1ecec7bf26bb0e948f34877bb049e6f333.tar.bz2 opensim-SC_OLD-fbf90b1ecec7bf26bb0e948f34877bb049e6f333.tar.xz |
* minor: eliminate mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid/HGUserServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs index d9b44a1..0ac39e9 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs | |||
@@ -47,14 +47,14 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
47 | /// </summary> | 47 | /// </summary> |
48 | public class HGUserServices : IUserService, IAvatarService, IMessagingService | 48 | public class HGUserServices : IUserService, IAvatarService, IMessagingService |
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 HGCommunicationsGridMode m_parent; | 52 | //private HGCommunicationsGridMode m_parent; |
53 | private OGS1UserServices m_remoteUserServices; | 53 | private OGS1UserServices m_remoteUserServices; |
54 | 54 | ||
55 | public HGUserServices(HGCommunicationsGridMode parent) | 55 | public HGUserServices(HGCommunicationsGridMode parent) |
56 | { | 56 | { |
57 | m_parent = parent; | 57 | //m_parent = parent; |
58 | m_remoteUserServices = new OGS1UserServices(parent); | 58 | m_remoteUserServices = new OGS1UserServices(parent); |
59 | } | 59 | } |
60 | 60 | ||