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/RequestAssetArgs.cs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'OpenSim/Framework/RequestAssetArgs.cs') diff --git a/OpenSim/Framework/RequestAssetArgs.cs b/OpenSim/Framework/RequestAssetArgs.cs index 0602421..9f64a5a 100644 --- a/OpenSim/Framework/RequestAssetArgs.cs +++ b/OpenSim/Framework/RequestAssetArgs.cs @@ -1,13 +1,13 @@ -using System; -using libsecondlife; - -namespace OpenSim.Framework -{ - public class RequestAssetArgs : EventArgs - { - public int ChannelType; - public float Priority; - public int SourceType; - public LLUUID TransferID; - } +using System; +using libsecondlife; + +namespace OpenSim.Framework +{ + public class RequestAssetArgs : EventArgs + { + public int ChannelType; + public float Priority; + public int SourceType; + public LLUUID TransferID; + } } \ No newline at end of file -- cgit v1.1