diff options
author | Melanie Thielker | 2009-06-03 19:54:19 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-06-03 19:54:19 +0000 |
commit | 18cc7ffa44153cb764504510d0efb81f4bb284e0 (patch) | |
tree | b35491f957e490a26817c4633ec504624be81e38 /OpenSim | |
parent | Committing the partial refactor of authentication services. No user functionlity (diff) | |
download | opensim-SC_OLD-18cc7ffa44153cb764504510d0efb81f4bb284e0.zip opensim-SC_OLD-18cc7ffa44153cb764504510d0efb81f4bb284e0.tar.gz opensim-SC_OLD-18cc7ffa44153cb764504510d0efb81f4bb284e0.tar.bz2 opensim-SC_OLD-18cc7ffa44153cb764504510d0efb81f4bb284e0.tar.xz |
Make AssetMetadata [Serializable] to help in binary caching
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/AssetBase.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs index e136230..614670c 100644 --- a/OpenSim/Framework/AssetBase.cs +++ b/OpenSim/Framework/AssetBase.cs | |||
@@ -157,6 +157,7 @@ namespace OpenSim.Framework | |||
157 | } | 157 | } |
158 | } | 158 | } |
159 | 159 | ||
160 | [Serializable] | ||
160 | public class AssetMetadata | 161 | public class AssetMetadata |
161 | { | 162 | { |
162 | private UUID m_fullid; | 163 | private UUID m_fullid; |