From 5c3a4f52f4b4413832a6942aa75a21b157cd48dc Mon Sep 17 00:00:00 2001 From: mingchen Date: Mon, 11 Jun 2007 18:27:07 +0000 Subject: *Removed SimProfileBase from OpenSim (Unused/Depreciated) *Updated prebuild.xml --- Common/OpenSim.Framework/SimProfile.cs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Common/OpenSim.Framework/SimProfile.cs') diff --git a/Common/OpenSim.Framework/SimProfile.cs b/Common/OpenSim.Framework/SimProfile.cs index 2e37e02..cfa5e50 100644 --- a/Common/OpenSim.Framework/SimProfile.cs +++ b/Common/OpenSim.Framework/SimProfile.cs @@ -35,8 +35,20 @@ using Nwc.XmlRpc; namespace OpenSim.Framework.Sims { - public class SimProfile : SimProfileBase + public class SimProfile { + public LLUUID UUID; + public ulong regionhandle; + public string regionname; + public string sim_ip; + public uint sim_port; + public string caps_url; + public uint RegionLocX; + public uint RegionLocY; + public string sendkey; + public string recvkey; + public bool online; + public SimProfile LoadFromGrid(ulong region_handle, string GridURL, string SendKey, string RecvKey) { try -- cgit v1.1