diff options
author | Justin Clarke Casey | 2008-11-14 21:06:40 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-14 21:06:40 +0000 |
commit | 00d61145255d08ccd4bcc0e60262cbedabf08476 (patch) | |
tree | 41f133513b54233ecdaa0c90ff8604136d4056e2 /OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | |
parent | * minor: remove mono compiler warnings (diff) | |
download | opensim-SC_OLD-00d61145255d08ccd4bcc0e60262cbedabf08476.zip opensim-SC_OLD-00d61145255d08ccd4bcc0e60262cbedabf08476.tar.gz opensim-SC_OLD-00d61145255d08ccd4bcc0e60262cbedabf08476.tar.bz2 opensim-SC_OLD-00d61145255d08ccd4bcc0e60262cbedabf08476.tar.xz |
* test: Add scene root agent test stub, since I'll be picking up with something else the next time I start coding on OpenSim
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs index 830a63d..3948d31 100644 --- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | |||
@@ -264,7 +264,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
264 | } | 264 | } |
265 | 265 | ||
266 | /// <summary> | 266 | /// <summary> |
267 | /// Async compnent for informing client of which neighbours exists | 267 | /// Async component for informing client of which neighbours exist |
268 | /// </summary> | 268 | /// </summary> |
269 | /// <remarks> | 269 | /// <remarks> |
270 | /// This needs to run asynchronesously, as a network timeout may block the thread for a long while | 270 | /// This needs to run asynchronesously, as a network timeout may block the thread for a long while |