* Optimized usings

* shortened references
* Removed redundant 'this'
* Normalized EOF
This commit is contained in:
lbsa71
2007-12-27 21:41:48 +00:00
parent d508d77122
commit efd90b56b7
277 changed files with 4685 additions and 4408 deletions

View File

@@ -25,8 +25,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
using libsecondlife;
using System.Collections.Generic;
using libsecondlife;
namespace OpenSim.Framework.Data
{
@@ -35,10 +35,12 @@ namespace OpenSim.Framework.Data
public LLUUID AvatarID;
public string firstName;
public string lastName;
public AvatarPickerAvatar()
{
}
}
public enum DataResponse
{
RESPONSE_OK,
@@ -78,6 +80,7 @@ namespace OpenSim.Framework.Data
List<AvatarPickerAvatar> GeneratePickerResults(LLUUID queryID, string query);
/// <summary>
/// Authenticates a sim by use of its recv key.
/// WARNING: Insecure
@@ -119,4 +122,4 @@ namespace OpenSim.Framework.Data
ReservationData GetReservationAtPoint(uint x, uint y);
}
}
}

View File

@@ -88,4 +88,4 @@ namespace OpenSim.Framework.Data
/// <returns>A string containing the plugin version</returns>
string getVersion();
}
}
}

View File

@@ -95,4 +95,4 @@ namespace OpenSim.Framework.Data
private string _iniFileName;
}
}
}

View File

@@ -198,4 +198,4 @@ namespace OpenSim.Framework.Data
return simData;
}
}
}
}

View File

@@ -44,4 +44,4 @@ namespace OpenSim.Framework.Data
public string gridSendKey = "";
public string gridRecvKey = "";
}
}
}