Whoops. MessageBuilder removal fixed.
Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -12,6 +12,20 @@
|
|||||||
#include "llmenugl.h"
|
#include "llmenugl.h"
|
||||||
|
|
||||||
#include "llagent.h"
|
#include "llagent.h"
|
||||||
|
|
||||||
|
|
||||||
|
////////////////////////////////
|
||||||
|
// LLNetListItem
|
||||||
|
////////////////////////////////
|
||||||
|
LLNetListItem::LLNetListItem(LLUUID id)
|
||||||
|
: mID(id),
|
||||||
|
mAutoName(TRUE),
|
||||||
|
mName("No name"),
|
||||||
|
mPreviousRegionName(""),
|
||||||
|
mCircuitData(NULL)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
// LLFloaterMessageLogItem
|
// LLFloaterMessageLogItem
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ public:
|
|||||||
U32 mFlags;
|
U32 mFlags;
|
||||||
std::string getFull(BOOL show_header = TRUE);
|
std::string getFull(BOOL show_header = TRUE);
|
||||||
BOOL isOutgoing();
|
BOOL isOutgoing();
|
||||||
|
void refreshNetList();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static LLTemplateMessageReader* sTemplateMessageReader;
|
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);
|
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