aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/TaskInventoryItem.cs
diff options
context:
space:
mode:
authorSean Dague2008-04-24 12:27:24 +0000
committerSean Dague2008-04-24 12:27:24 +0000
commit2a2ef42e64e202c81762adf0cc0e4cb1393f71ef (patch)
tree20768ffd9610712a51a4cc7f9f0ffbe667fbe2e2 /OpenSim/Framework/TaskInventoryItem.cs
parent* Adds much better support for attachments that you right click on in world. (diff)
downloadopensim-SC_OLD-2a2ef42e64e202c81762adf0cc0e4cb1393f71ef.zip
opensim-SC_OLD-2a2ef42e64e202c81762adf0cc0e4cb1393f71ef.tar.gz
opensim-SC_OLD-2a2ef42e64e202c81762adf0cc0e4cb1393f71ef.tar.bz2
opensim-SC_OLD-2a2ef42e64e202c81762adf0cc0e4cb1393f71ef.tar.xz
replace hard tabs with 4 spaces to be consistant in the source.
Please adjust your editors to not use hard tabs.
Diffstat (limited to 'OpenSim/Framework/TaskInventoryItem.cs')
-rw-r--r--OpenSim/Framework/TaskInventoryItem.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/OpenSim/Framework/TaskInventoryItem.cs b/OpenSim/Framework/TaskInventoryItem.cs
index 1eff696..615644b 100644
--- a/OpenSim/Framework/TaskInventoryItem.cs
+++ b/OpenSim/Framework/TaskInventoryItem.cs
@@ -154,14 +154,14 @@ namespace OpenSim.Framework
154 "lsl_text", 154 "lsl_text",
155 String.Empty, 155 String.Empty,
156 String.Empty, 156 String.Empty,
157 "bodypart", 157 "bodypart",
158 String.Empty, 158 String.Empty,
159 "snapshot", 159 "snapshot",
160 String.Empty, 160 String.Empty,
161 String.Empty, 161 String.Empty,
162 "wearable", 162 "wearable",
163 "animation", 163 "animation",
164 "gesture" 164 "gesture"
165 165
166 }; 166 };
167 167
@@ -183,15 +183,15 @@ namespace OpenSim.Framework
183 "lsltext", 183 "lsltext",
184 "lslbyte", 184 "lslbyte",
185 "txtr_tga", 185 "txtr_tga",
186 "bodypart", 186 "bodypart",
187 "trash", 187 "trash",
188 "snapshot", 188 "snapshot",
189 "lstndfnd", 189 "lstndfnd",
190 "snd_wav", 190 "snd_wav",
191 "img_tga", 191 "img_tga",
192 "jpeg", 192 "jpeg",
193 "animatn", 193 "animatn",
194 "gesture" 194 "gesture"
195 }; 195 };
196 196
197 public LLUUID ItemID = LLUUID.Zero; 197 public LLUUID ItemID = LLUUID.Zero;
@@ -214,8 +214,8 @@ namespace OpenSim.Framework
214 public string Name = String.Empty; 214 public string Name = String.Empty;
215 public string Description = String.Empty; 215 public string Description = String.Empty;
216 public uint CreationDate = 0; 216 public uint CreationDate = 0;
217 public LLUUID PermsGranter; 217 public LLUUID PermsGranter;
218 public int PermsMask; 218 public int PermsMask;
219 219
220 public LLUUID ParentPartID = LLUUID.Zero; 220 public LLUUID ParentPartID = LLUUID.Zero;
221 221