diff options
author | lbsa71 | 2007-10-05 09:41:41 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-05 09:41:41 +0000 |
commit | 10c36a2573caefaf653f18b0b60403a9a597a348 (patch) | |
tree | ef519c2c5bf687c532b2b7f3a5e6387fb10f477d /OpenSim/Framework/Communications/CommunicationsManager.cs | |
parent | * ignored config files (diff) | |
download | opensim-SC_OLD-10c36a2573caefaf653f18b0b60403a9a597a348.zip opensim-SC_OLD-10c36a2573caefaf653f18b0b60403a9a597a348.tar.gz opensim-SC_OLD-10c36a2573caefaf653f18b0b60403a9a597a348.tar.bz2 opensim-SC_OLD-10c36a2573caefaf653f18b0b60403a9a597a348.tar.xz |
* Renamed IUserServices to IUserService
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 | } |