diff options
Diffstat (limited to 'linden/indra/llinventory/llpermissions.h')
-rw-r--r-- | linden/indra/llinventory/llpermissions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llinventory/llpermissions.h b/linden/indra/llinventory/llpermissions.h index cb4f4b5..05a30f6 100644 --- a/linden/indra/llinventory/llpermissions.h +++ b/linden/indra/llinventory/llpermissions.h | |||
@@ -294,6 +294,9 @@ public: | |||
294 | // MISC METHODS and OPERATORS | 294 | // MISC METHODS and OPERATORS |
295 | // | 295 | // |
296 | 296 | ||
297 | LLSD packMessage() const; | ||
298 | void unpackMessage(LLSD perms); | ||
299 | |||
297 | // For messaging system support | 300 | // For messaging system support |
298 | void packMessage(LLMessageSystem* msg) const; | 301 | void packMessage(LLMessageSystem* msg) const; |
299 | void unpackMessage(LLMessageSystem* msg, const char* block, S32 block_num = 0); | 302 | void unpackMessage(LLMessageSystem* msg, const char* block, S32 block_num = 0); |