diff options
author | Justin Clarke Casey | 2008-02-18 17:31:05 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-18 17:31:05 +0000 |
commit | b37b71b2738599419239b3e3081f9e1b5e78ec06 (patch) | |
tree | c74d1ca6404340434c9d123b725385f7efb85c50 /OpenSim/Region | |
parent | * Since default loglevel is debug, I'm commenting out the resending x packet ... (diff) | |
download | opensim-SC_OLD-b37b71b2738599419239b3e3081f9e1b5e78ec06.zip opensim-SC_OLD-b37b71b2738599419239b3e3081f9e1b5e78ec06.tar.gz opensim-SC_OLD-b37b71b2738599419239b3e3081f9e1b5e78ec06.tar.bz2 opensim-SC_OLD-b37b71b2738599419239b3e3081f9e1b5e78ec06.tar.xz |
* Make RegionProfileData.RequestSimProfileData static
* Minor documentation bits
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 5d38b83..0a9a05c 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -75,7 +75,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
75 | } | 75 | } |
76 | 76 | ||
77 | /// <summary> | 77 | /// <summary> |
78 | /// | 78 | /// Contructor. Adds "expect_user" and "check" xmlrpc method handlers |
79 | /// </summary> | 79 | /// </summary> |
80 | /// <param name="servers_info"></param> | 80 | /// <param name="servers_info"></param> |
81 | /// <param name="httpServe"></param> | 81 | /// <param name="httpServe"></param> |