Split plugin classes and derive AIFilePicker from BasicPluginBase (part 2).
This commit contains all changes to indra/llplugin. Since there were no differences at all between Singularity and imprudence before this patch, it's a perfect port.
This commit is contained in:
@@ -99,8 +99,10 @@ public:
|
||||
// (this clears out all existing state before starting the parse)
|
||||
// Returns -1 on failure, otherwise returns the number of key/value pairs in the message.
|
||||
int parse(const std::string &message);
|
||||
|
||||
|
||||
|
||||
// For debugging purposes.
|
||||
friend std::ostream& operator<<(std::ostream& os, LLPluginMessage const& message) { return os << message.mMessage; }
|
||||
|
||||
private:
|
||||
|
||||
LLSD mMessage;
|
||||
|
||||
Reference in New Issue
Block a user