diff options
author | Merov Linden <merov@lindenlab.com> | 2014-03-06 19:12:25 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-03-06 19:12:25 -0800 |
commit | 93da0cea6294c354614cd2c4e7b4a49b7e08cd6f (patch) | |
tree | 1bc73ae346d76cb4af9200d25b00fc2a0e5630ca /indra/newview/llfloateroutbox.h | |
parent | a030b30d34ef3152791b123c4f52d4086f3eb549 (diff) |
DD-7 : Initialize the Merchant Items floater checking the is a Merchant status correctly. No indication it's initializing (UI) but the code works
Diffstat (limited to 'indra/newview/llfloateroutbox.h')
-rwxr-xr-x | indra/newview/llfloateroutbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloateroutbox.h b/indra/newview/llfloateroutbox.h index b63faa860b..1b1e1e0439 100755 --- a/indra/newview/llfloateroutbox.h +++ b/indra/newview/llfloateroutbox.h @@ -144,6 +144,10 @@ protected: void clean(); void fetchContents(); + void importReportResults(U32 status, const LLSD& content); + void importStatusChanged(bool inProgress); + void initializationReportError(U32 status, const LLSD& content); + void onClose(bool app_quitting); void onOpen(const LLSD& key); void onFocusReceived(); |