diff options
Diffstat (limited to 'indra/llinventory/llsaleinfo.h')
-rw-r--r-- | indra/llinventory/llsaleinfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llinventory/llsaleinfo.h b/indra/llinventory/llsaleinfo.h index e22466bfa8..1c9db6e346 100644 --- a/indra/llinventory/llsaleinfo.h +++ b/indra/llinventory/llsaleinfo.h @@ -103,6 +103,9 @@ public: LLXMLNode *exportFileXML() const; BOOL importXML(LLXMLNode* node); + LLSD packMessage() const; + void unpackMessage(LLSD sales); + // message serialization void packMessage(LLMessageSystem* msg) const; void unpackMessage(LLMessageSystem* msg, const char* block); |