diff options
author | Jeff Ames | 2007-12-15 02:36:31 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-15 02:36:31 +0000 |
commit | 53b5fa49745cd5928efac8e77924c99172114396 (patch) | |
tree | 144981ea1bc28892aa04c666d617ca828e810f49 /OpenSim/Framework/AssetRequest.cs | |
parent | update to OpenSimExport to test loading of a Region (diff) | |
download | opensim-SC_OLD-53b5fa49745cd5928efac8e77924c99172114396.zip opensim-SC_OLD-53b5fa49745cd5928efac8e77924c99172114396.tar.gz opensim-SC_OLD-53b5fa49745cd5928efac8e77924c99172114396.tar.bz2 opensim-SC_OLD-53b5fa49745cd5928efac8e77924c99172114396.tar.xz |
Set svn:eol-style. Cleaned up set-eol-style.sh a bit.
Diffstat (limited to 'OpenSim/Framework/AssetRequest.cs')
-rw-r--r-- | OpenSim/Framework/AssetRequest.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Framework/AssetRequest.cs b/OpenSim/Framework/AssetRequest.cs index 163ab70..19db1d4 100644 --- a/OpenSim/Framework/AssetRequest.cs +++ b/OpenSim/Framework/AssetRequest.cs | |||
@@ -1,10 +1,10 @@ | |||
1 | using libsecondlife; | 1 | using libsecondlife; |
2 | 2 | ||
3 | namespace OpenSim.Framework | 3 | namespace OpenSim.Framework |
4 | { | 4 | { |
5 | public struct AssetRequest | 5 | public struct AssetRequest |
6 | { | 6 | { |
7 | public LLUUID AssetID; | 7 | public LLUUID AssetID; |
8 | public bool IsTexture; | 8 | public bool IsTexture; |
9 | } | 9 | } |
10 | } \ No newline at end of file | 10 | } \ No newline at end of file |