diff options
author | Diva Canto | 2011-05-19 16:54:46 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-19 16:54:46 -0700 |
commit | d21e9c755f004d8fe03b11bc57b810dbd401435a (patch) | |
tree | 1efd9e48308192d21ca73d8ff12d6a48c186077c /OpenSim/Framework/AssetBase.cs | |
parent | Accidentally committed too early (diff) | |
download | opensim-SC_OLD-d21e9c755f004d8fe03b11bc57b810dbd401435a.zip opensim-SC_OLD-d21e9c755f004d8fe03b11bc57b810dbd401435a.tar.gz opensim-SC_OLD-d21e9c755f004d8fe03b11bc57b810dbd401435a.tar.bz2 opensim-SC_OLD-d21e9c755f004d8fe03b11bc57b810dbd401435a.tar.xz |
HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
Diffstat (limited to 'OpenSim/Framework/AssetBase.cs')
-rw-r--r-- | OpenSim/Framework/AssetBase.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs index 53d28be..5f68cda 100644 --- a/OpenSim/Framework/AssetBase.cs +++ b/OpenSim/Framework/AssetBase.cs | |||
@@ -215,6 +215,12 @@ namespace OpenSim.Framework | |||
215 | set { m_metadata.Temporary = value; } | 215 | set { m_metadata.Temporary = value; } |
216 | } | 216 | } |
217 | 217 | ||
218 | public string CreatorID | ||
219 | { | ||
220 | get { return m_metadata.CreatorID; } | ||
221 | set { m_metadata.CreatorID = value; } | ||
222 | } | ||
223 | |||
218 | public AssetFlags Flags | 224 | public AssetFlags Flags |
219 | { | 225 | { |
220 | get { return m_metadata.Flags; } | 226 | get { return m_metadata.Flags; } |