diff options
Diffstat (limited to 'OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs')
-rw-r--r-- | OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs index f9e7889..5080405 100644 --- a/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs +++ b/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs | |||
@@ -74,8 +74,8 @@ namespace OpenSim.Grid.UserServer.Modules | |||
74 | 74 | ||
75 | private BaseHttpServer m_httpServer; | 75 | private BaseHttpServer m_httpServer; |
76 | 76 | ||
77 | private BlockingQueue<PresenceNotification> m_NotifyQueue = | 77 | private OpenSim.Framework.BlockingQueue<PresenceNotification> m_NotifyQueue = |
78 | new BlockingQueue<PresenceNotification>(); | 78 | new OpenSim.Framework.BlockingQueue<PresenceNotification>(); |
79 | 79 | ||
80 | Thread m_NotifyThread; | 80 | Thread m_NotifyThread; |
81 | 81 | ||