diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/IRegionProfileService.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Data/IRegionProfileService.cs b/OpenSim/Data/IRegionProfileService.cs index 5aa5b58..7c41f1a 100644 --- a/OpenSim/Data/IRegionProfileService.cs +++ b/OpenSim/Data/IRegionProfileService.cs | |||
@@ -22,13 +22,13 @@ namespace OpenSim.Data | |||
22 | /// <summary> | 22 | /// <summary> |
23 | /// Request sim profile information from a grid server, by Region Handle | 23 | /// Request sim profile information from a grid server, by Region Handle |
24 | /// </summary> | 24 | /// </summary> |
25 | /// <param name="region_handle">the region handle to look for</param> | 25 | /// <param name="regionHandle">the region handle to look for</param> |
26 | /// <param name="gridserver_url"></param> | 26 | /// <param name="gridserverUrl"></param> |
27 | /// <param name="gridserver_sendkey"></param> | 27 | /// <param name="gridserverSendkey"></param> |
28 | /// <param name="gridserver_recvkey"></param> | 28 | /// <param name="gridserverRecvkey"></param> |
29 | /// <returns>The sim profile. Null if there was a request failure</returns> | 29 | /// <returns>The sim profile. Null if there was a request failure</returns> |
30 | RegionProfileData RequestSimProfileData(ulong region_handle, Uri gridserver_url, | 30 | RegionProfileData RequestSimProfileData(ulong regionHandle, Uri gridserverUrl, |
31 | string gridserver_sendkey, string gridserver_recvkey); | 31 | string gridserverSendkey, string gridserverRecvkey); |
32 | 32 | ||
33 | /// <summary> | 33 | /// <summary> |
34 | /// Request sim profile information from a grid server, by Region Name | 34 | /// Request sim profile information from a grid server, by Region Name |