aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-30 18:29:37 +0000
committerJustin Clarke Casey2008-08-30 18:29:37 +0000
commit3faadb3f5c3dfbb3bf096b50f676ff7d5536365f (patch)
treeb0d8e6154f9f986a0d8e4f5dd425cd853349e406 /OpenSim/Grid
parent* squash some obvious warnings (diff)
downloadopensim-SC_OLD-3faadb3f5c3dfbb3bf096b50f676ff7d5536365f.zip
opensim-SC_OLD-3faadb3f5c3dfbb3bf096b50f676ff7d5536365f.tar.gz
opensim-SC_OLD-3faadb3f5c3dfbb3bf096b50f676ff7d5536365f.tar.bz2
opensim-SC_OLD-3faadb3f5c3dfbb3bf096b50f676ff7d5536365f.tar.xz
* minor: Tiny doc addition to trigger another build that hopefully won't fail
* I can't see why the last compile failed - hoping it's some kind of glitch
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/UserServer/Main.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs
index eeeea79..e487648 100644
--- a/OpenSim/Grid/UserServer/Main.cs
+++ b/OpenSim/Grid/UserServer/Main.cs
@@ -44,6 +44,7 @@ using OpenSim.Grid.Communications.OGS1;
44namespace OpenSim.Grid.UserServer 44namespace OpenSim.Grid.UserServer
45{ 45{
46 /// <summary> 46 /// <summary>
47 /// Grid user server main class
47 /// </summary> 48 /// </summary>
48 public class OpenUser_Main : BaseOpenSimServer, conscmd_callback 49 public class OpenUser_Main : BaseOpenSimServer, conscmd_callback
49 { 50 {