diff options
Diffstat (limited to 'OpenSim/Framework/Communications/CommunicationsManager.cs')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index c4adfa5..72c01bd 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs | |||
@@ -108,11 +108,11 @@ namespace OpenSim.Framework.Communications | |||
108 | /// <summary> | 108 | /// <summary> |
109 | /// Interface to user service for administrating users. | 109 | /// Interface to user service for administrating users. |
110 | /// </summary> | 110 | /// </summary> |
111 | public IUserServiceAdmin UserServiceAdmin | 111 | public IUserAdminService UserAdminService |
112 | { | 112 | { |
113 | get { return m_userServiceAdmin; } | 113 | get { return m_userAdminService; } |
114 | } | 114 | } |
115 | protected IUserServiceAdmin m_userServiceAdmin; | 115 | protected IUserAdminService m_userAdminService; |
116 | 116 | ||
117 | public BaseHttpServer HttpServer | 117 | public BaseHttpServer HttpServer |
118 | { | 118 | { |