aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-17 21:20:58 +0000
committerJustin Clarke Casey2009-03-17 21:20:58 +0000
commit7658e30dfc986792e17b86dfcb63592f6df9edee (patch)
treece45a2bfb29c1ff4fe478a3b5b5376594acd7d6b /OpenSim
parentFixed the looping on llParcelMediaCommandList, now PARCEL_MEDIA_COMMAND_PLAY ... (diff)
downloadopensim-SC_OLD-7658e30dfc986792e17b86dfcb63592f6df9edee.zip
opensim-SC_OLD-7658e30dfc986792e17b86dfcb63592f6df9edee.tar.gz
opensim-SC_OLD-7658e30dfc986792e17b86dfcb63592f6df9edee.tar.bz2
opensim-SC_OLD-7658e30dfc986792e17b86dfcb63592f6df9edee.tar.xz
* minor: remove compiler warning
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs2
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs b/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
index ec9f8e1..a3d455c 100644
--- a/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
+++ b/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs
@@ -525,7 +525,7 @@ namespace OpenSim.Client.MXP.PacketHandler
525 525
526 private void AttachUserAgentToUserProfile(Session session, UUID sessionId, UUID sceneId, UserProfileData userProfile) 526 private void AttachUserAgentToUserProfile(Session session, UUID sessionId, UUID sceneId, UserProfileData userProfile)
527 { 527 {
528 Scene scene = m_scenes[sceneId]; 528 //Scene scene = m_scenes[sceneId];
529 CommunicationsManager commsManager = m_scenes[sceneId].CommsManager; 529 CommunicationsManager commsManager = m_scenes[sceneId].CommsManager;
530 UserManagerBase userService = (UserManagerBase)commsManager.UserService; 530 UserManagerBase userService = (UserManagerBase)commsManager.UserService;
531 531
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
index 28ea8b0..2fe005d 100644
--- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
@@ -274,7 +274,7 @@ namespace OpenSim.Region.Framework.Scenes
274 /// Async component for informing client of which neighbours exist 274 /// Async component for informing client of which neighbours exist
275 /// </summary> 275 /// </summary>
276 /// <remarks> 276 /// <remarks>
277 /// This needs to run asynchronesously, as a network timeout may block the thread for a long while 277 /// This needs to run asynchronously, as a network timeout may block the thread for a long while
278 /// </remarks> 278 /// </remarks>
279 /// <param name="remoteClient"></param> 279 /// <param name="remoteClient"></param>
280 /// <param name="a"></param> 280 /// <param name="a"></param>