summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorJosh Bell <josh@lindenlab.com>2008-02-14 01:45:59 +0000
committerJosh Bell <josh@lindenlab.com>2008-02-14 01:45:59 +0000
commit98fd90ddd6595f2ee7e626c14117f51def621ec5 (patch)
tree9a9caf8bffa53b753fe850f445bd133195e9bb03 /indra/newview/llstatusbar.h
parent89d938efe371645756240da72f4c359c36985060 (diff)
svn merge -r 79730:79944 svn+ssh://svn.lindenlab.com/svn/linden/branches/parcel_media/sl-parcelmedia-6 --> release
QAR-275 Parcel Media Sam made me do it.
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r--indra/newview/llstatusbar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h
index d0f3e66fa9..78f744c4b5 100644
--- a/indra/newview/llstatusbar.h
+++ b/indra/newview/llstatusbar.h
@@ -120,6 +120,7 @@ private:
static void onCommitSearch(LLUICtrl*, void* data);
static void onClickSearch(void* data);
+ static void onClickStatGraph(void* data);
private:
LLTextBox *mTextBalance;
@@ -128,6 +129,9 @@ private:
LLTextBox* mTextParcelName;
+ LLStatGraph *mSGBandwidth;
+ LLStatGraph *mSGPacketLoss;
+
LLButton *mBtnBuyCurrency;
S32 mBalance;