diff options
Diffstat (limited to 'OpenSim/Framework/Communications/CommunicationsManager.cs')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index cd5d901..e266b90 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs | |||
@@ -40,8 +40,8 @@ namespace OpenSim.Framework.Communications | |||
40 | { | 40 | { |
41 | public class CommunicationsManager | 41 | public class CommunicationsManager |
42 | { | 42 | { |
43 | protected IUserServices m_userService; | 43 | protected IUserService m_userService; |
44 | public IUserServices UserService | 44 | public IUserService UserService |
45 | { | 45 | { |
46 | get { return m_userService; } | 46 | get { return m_userService; } |
47 | } | 47 | } |