Whoops. MessageBuilder removal fixed.
Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -12,6 +12,20 @@
|
||||
#include "llmenugl.h"
|
||||
|
||||
#include "llagent.h"
|
||||
|
||||
|
||||
////////////////////////////////
|
||||
// LLNetListItem
|
||||
////////////////////////////////
|
||||
LLNetListItem::LLNetListItem(LLUUID id)
|
||||
: mID(id),
|
||||
mAutoName(TRUE),
|
||||
mName("No name"),
|
||||
mPreviousRegionName(""),
|
||||
mCircuitData(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
// LLFloaterMessageLogItem
|
||||
////////////////////////////////
|
||||
|
||||
@@ -26,6 +26,8 @@ public:
|
||||
U32 mFlags;
|
||||
std::string getFull(BOOL show_header = TRUE);
|
||||
BOOL isOutgoing();
|
||||
void refreshNetList();
|
||||
|
||||
private:
|
||||
static LLTemplateMessageReader* sTemplateMessageReader;
|
||||
static std::string getString(LLTemplateMessageReader* readerp, const char* block_name, S32 block_num, const char* var_name, e_message_variable_type var_type, BOOL &returned_hex, BOOL summary_mode = FALSE);
|
||||
|
||||
Reference in New Issue
Block a user