From 84d56bc5153781c0aeb8ce4474b8fbc7f39725b8 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 12 Feb 2009 10:30:53 +0000 Subject: * Some more CCC --- OpenSim/Data/IRegionProfileService.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Data/IRegionProfileService.cs') 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 /// /// Request sim profile information from a grid server, by Region Handle /// - /// the region handle to look for - /// - /// - /// + /// the region handle to look for + /// + /// + /// /// The sim profile. Null if there was a request failure - RegionProfileData RequestSimProfileData(ulong region_handle, Uri gridserver_url, - string gridserver_sendkey, string gridserver_recvkey); + RegionProfileData RequestSimProfileData(ulong regionHandle, Uri gridserverUrl, + string gridserverSendkey, string gridserverRecvkey); /// /// Request sim profile information from a grid server, by Region Name -- cgit v1.1