Skip to content
Snippets Groups Projects
Commit fd44fbd4 authored by Alexei Arabadji's avatar Alexei Arabadji
Browse files

made LLTransientFloaterMgr constructor protected;

--HG--
branch : product-engine
parent d18c46bc
No related branches found
No related tags found
No related merge requests found
...@@ -44,13 +44,16 @@ class LLTransientFloater; ...@@ -44,13 +44,16 @@ class LLTransientFloater;
*/ */
class LLTransientFloaterMgr: public LLSingleton<LLTransientFloaterMgr> class LLTransientFloaterMgr: public LLSingleton<LLTransientFloaterMgr>
{ {
protected:
LLTransientFloaterMgr();
friend class LLSingleton<LLTransientFloaterMgr>;
public: public:
enum ETransientGroup enum ETransientGroup
{ {
GLOBAL, IM GLOBAL, IM
}; };
LLTransientFloaterMgr();
void registerTransientFloater(LLTransientFloater* floater); void registerTransientFloater(LLTransientFloater* floater);
void unregisterTransientFloater(LLTransientFloater* floater); void unregisterTransientFloater(LLTransientFloater* floater);
void addControlView(ETransientGroup group, LLView* view); void addControlView(ETransientGroup group, LLView* view);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment