From 3b9cf652349327f7b255a850d5b966a9e3b9437e Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 11 Jul 2008 09:18:17 +0000 Subject: Update svn properties. --- OpenSim/Framework/LandUpdateArgs.cs | 50 ++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'OpenSim/Framework/LandUpdateArgs.cs') diff --git a/OpenSim/Framework/LandUpdateArgs.cs b/OpenSim/Framework/LandUpdateArgs.cs index 1f685f4..000ae53 100644 --- a/OpenSim/Framework/LandUpdateArgs.cs +++ b/OpenSim/Framework/LandUpdateArgs.cs @@ -1,26 +1,26 @@ -using System; -using libsecondlife; - -namespace OpenSim.Framework -{ - public class LandUpdateArgs : EventArgs - { - public LLUUID AuthBuyerID; - public Parcel.ParcelCategory Category; - public string Desc; - public LLUUID GroupID; - public byte LandingType; - public byte MediaAutoScale; - public LLUUID MediaID; - public string MediaURL; - public string MusicURL; - public string Name; - public uint ParcelFlags; - public float PassHours; - public int PassPrice; - public int SalePrice; - public LLUUID SnapshotID; - public LLVector3 UserLocation; - public LLVector3 UserLookAt; - } +using System; +using libsecondlife; + +namespace OpenSim.Framework +{ + public class LandUpdateArgs : EventArgs + { + public LLUUID AuthBuyerID; + public Parcel.ParcelCategory Category; + public string Desc; + public LLUUID GroupID; + public byte LandingType; + public byte MediaAutoScale; + public LLUUID MediaID; + public string MediaURL; + public string MusicURL; + public string Name; + public uint ParcelFlags; + public float PassHours; + public int PassPrice; + public int SalePrice; + public LLUUID SnapshotID; + public LLVector3 UserLocation; + public LLVector3 UserLookAt; + } } \ No newline at end of file -- cgit v1.1