diff options
author | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
commit | a408bac29378072fbf36864164149458c978cfcc (patch) | |
tree | 67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/llinventory/llparcel.h | |
parent | Second Life viewer sources 1.17.0.12 (diff) | |
download | meta-impy-a408bac29378072fbf36864164149458c978cfcc.zip meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2 meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz |
Second Life viewer sources 1.17.1.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llinventory/llparcel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llinventory/llparcel.h b/linden/indra/llinventory/llparcel.h index 371b802..a33ffad 100644 --- a/linden/indra/llinventory/llparcel.h +++ b/linden/indra/llinventory/llparcel.h | |||
@@ -264,7 +264,6 @@ public: | |||
264 | BOOL importStream(std::istream& input_stream); | 264 | BOOL importStream(std::istream& input_stream); |
265 | BOOL importAccessEntry(std::istream& input_stream, LLAccessEntry* entry); | 265 | BOOL importAccessEntry(std::istream& input_stream, LLAccessEntry* entry); |
266 | BOOL exportStream(std::ostream& output_stream); | 266 | BOOL exportStream(std::ostream& output_stream); |
267 | virtual LLSD asLLSD() const; | ||
268 | 267 | ||
269 | void packMessage(LLMessageSystem* msg); | 268 | void packMessage(LLMessageSystem* msg); |
270 | void unpackMessage(LLMessageSystem* msg); | 269 | void unpackMessage(LLMessageSystem* msg); |