diff options
author | Justin Clarke Casey | 2008-06-14 20:52:42 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-14 20:52:42 +0000 |
commit | c9a983a85e5abf111eeda5fcb169489785294f1d (patch) | |
tree | dbd0ca6b56d190e99dd328d19a264133262008c7 /OpenSim/Region/ClientStack/LindenUDP | |
parent | * Vintage 2, a good year. (diff) | |
download | opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.zip opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.gz opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.bz2 opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.xz |
* minor: A few miscellaneous doc comments before I break and start on something else
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 0b2aa52..ea2831c 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1139,7 +1139,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1139 | } | 1139 | } |
1140 | 1140 | ||
1141 | /// <summary> | 1141 | /// <summary> |
1142 | /// | 1142 | /// Tell the client that the given neighbour region is ready to receive a child agent. |
1143 | /// </summary> | 1143 | /// </summary> |
1144 | /// <param name="neighbourHandle"></param> | 1144 | /// <param name="neighbourHandle"></param> |
1145 | /// <param name="neighbourIP"></param> | 1145 | /// <param name="neighbourIP"></param> |