diff options
author | Justin Clarke Casey | 2008-08-30 18:29:37 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-30 18:29:37 +0000 |
commit | 3faadb3f5c3dfbb3bf096b50f676ff7d5536365f (patch) | |
tree | b0d8e6154f9f986a0d8e4f5dd425cd853349e406 /OpenSim/Grid/UserServer | |
parent | * squash some obvious warnings (diff) | |
download | opensim-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/UserServer')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 1 |
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; | |||
44 | namespace OpenSim.Grid.UserServer | 44 | namespace 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 | { |