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/Framework/Data | |
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/Framework/Data')
-rw-r--r-- | OpenSim/Framework/Data/RegionProfileData.cs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs index 8119d01..3dbe27f 100644 --- a/OpenSim/Framework/Data/RegionProfileData.cs +++ b/OpenSim/Framework/Data/RegionProfileData.cs | |||
@@ -182,7 +182,15 @@ namespace OpenSim.Framework.Data | |||
182 | return simData; | 182 | return simData; |
183 | } | 183 | } |
184 | 184 | ||
185 | public RegionProfileData RequestSimProfileData(ulong region_handle, string gridserver_url, | 185 | /// <summary> |
186 | /// Request sim profile information from a grid server | ||
187 | /// </summary> | ||
188 | /// <param name="region_handle"></param> | ||
189 | /// <param name="gridserver_url"></param> | ||
190 | /// <param name="gridserver_sendkey"></param> | ||
191 | /// <param name="gridserver_recvkey"></param> | ||
192 | /// <returns>The sim profile. Null if there was a request failure</returns> | ||
193 | public static RegionProfileData RequestSimProfileData(ulong region_handle, string gridserver_url, | ||
186 | string gridserver_sendkey, string gridserver_recvkey) | 194 | string gridserver_sendkey, string gridserver_recvkey) |
187 | { | 195 | { |
188 | Hashtable requestData = new Hashtable(); | 196 | Hashtable requestData = new Hashtable(); |