Whoops. MessageBuilder removal fixed.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-07 01:46:13 -04:00
parent 0be0d095fc
commit 60f056721c
2 changed files with 16 additions and 0 deletions

View File

@@ -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
////////////////////////////////

View File

@@ -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);