00001 00032 #ifndef LLRESOURCEDATA_H 00033 #define LLRESOURCEDATA_H 00034 00035 #include "llassetstorage.h" 00036 #include "llinventorytype.h" 00037 00038 struct LLResourceData 00039 { 00040 LLAssetInfo mAssetInfo; 00041 LLAssetType::EType mPreferredLocation; 00042 LLInventoryType::EType mInventoryType; 00043 U32 mNextOwnerPerm; 00044 void *mUserData; 00045 }; 00046 00047 #endif