Skip to content
Snippets Groups Projects
Commit d5bc38ae authored by Mike Antipov's avatar Mike Antipov
Browse files

Work on normal task EXT-3148 (Implement updating of the IM Well message counter). Fixed Linux build

 -- move constats into class

--HG--
branch : product-engine
parent 13dd7431
Branches
Tags
No related merge requests found
...@@ -45,10 +45,6 @@ ...@@ -45,10 +45,6 @@
#include "lltoastpanel.h" #include "lltoastpanel.h"
#include "llnotificationmanager.h" #include "llnotificationmanager.h"
static std::string NOTIFICATION_WELL_ANCHOR_NAME = "notification_well_panel";
static std::string IM_WELL_ANCHOR_NAME = "im_well_panel";
//--------------------------------------------------------------------------------- //---------------------------------------------------------------------------------
LLSysWellWindow::LLSysWellWindow(const LLSD& key) : LLDockableFloater(NULL, key), LLSysWellWindow::LLSysWellWindow(const LLSD& key) : LLDockableFloater(NULL, key),
mChannel(NULL), mChannel(NULL),
......
...@@ -47,8 +47,6 @@ class LLFlatListView; ...@@ -47,8 +47,6 @@ class LLFlatListView;
class LLChiclet; class LLChiclet;
class LLIMChiclet; class LLIMChiclet;
extern std::string NOTIFICATION_WELL_ANCHOR_NAME;
extern std::string IM_WELL_ANCHOR_NAME;
class LLSysWellWindow : public LLDockableFloater class LLSysWellWindow : public LLDockableFloater
...@@ -101,6 +99,8 @@ class LLSysWellWindow : public LLDockableFloater ...@@ -101,6 +99,8 @@ class LLSysWellWindow : public LLDockableFloater
void handleItemRemoved(EItemType removed_item_type); void handleItemRemoved(EItemType removed_item_type);
bool anotherTypeExists(EItemType item_type) ; bool anotherTypeExists(EItemType item_type) ;
const std::string NOTIFICATION_WELL_ANCHOR_NAME;
const std::string IM_WELL_ANCHOR_NAME;
virtual const std::string& getAnchorViewName() = 0; virtual const std::string& getAnchorViewName() = 0;
void reshapeWindow(); void reshapeWindow();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment