diff options
author | MW | 2007-09-05 12:00:44 +0000 |
---|---|---|
committer | MW | 2007-09-05 12:00:44 +0000 |
commit | 4efc75eb6618c45b6696e6cc3a38cb172918079b (patch) | |
tree | 015b24a0243b6fc5484315c7c8eb978a3be7584c /OpenSim/Framework/General | |
parent | Fix for permissions on library textures. (diff) | |
download | opensim-SC_OLD-4efc75eb6618c45b6696e6cc3a38cb172918079b.zip opensim-SC_OLD-4efc75eb6618c45b6696e6cc3a38cb172918079b.tar.gz opensim-SC_OLD-4efc75eb6618c45b6696e6cc3a38cb172918079b.tar.bz2 opensim-SC_OLD-4efc75eb6618c45b6696e6cc3a38cb172918079b.tar.xz |
Added "Local" and "Temporary" Fields to the AssetBase class.
Diffstat (limited to 'OpenSim/Framework/General')
-rw-r--r-- | OpenSim/Framework/General/Types/AssetBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Types/AssetBase.cs b/OpenSim/Framework/General/Types/AssetBase.cs index 181e1e3..71642a2 100644 --- a/OpenSim/Framework/General/Types/AssetBase.cs +++ b/OpenSim/Framework/General/Types/AssetBase.cs | |||
@@ -37,6 +37,8 @@ namespace OpenSim.Framework.Types | |||
37 | public sbyte InvType; | 37 | public sbyte InvType; |
38 | public string Name; | 38 | public string Name; |
39 | public string Description; | 39 | public string Description; |
40 | public bool Local; | ||
41 | public bool Temporary; | ||
40 | 42 | ||
41 | public AssetBase() | 43 | public AssetBase() |
42 | { | 44 | { |