LLViewerRegion WIP: Added all headers that are dragged in.
Most in particular llevents.h, which comes along with the demand that the old events in llevent.h are put in a namespace LLOldEvents. Made all changes necessary to compile the rest of the code again (without changing the actual code: it's still using the old events). This patch also removes LLStopWhenHandled and LLStandardSignal from indra/llui/llnotifications.h because those are moved to llevents.h. That seems to be the only change to indra/llui/llnotifications.h that isn't floater related, so I left the rest of that file alone.
This commit is contained in:
@@ -84,14 +84,14 @@ protected:
|
||||
static instance_map_t sInstances;
|
||||
};
|
||||
|
||||
class LLPanelGroups : public LLPanel, public LLSimpleListener
|
||||
class LLPanelGroups : public LLPanel, public LLOldEvents::LLSimpleListener
|
||||
{
|
||||
public:
|
||||
LLPanelGroups();
|
||||
virtual ~LLPanelGroups();
|
||||
|
||||
//LLEventListener
|
||||
/*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
|
||||
/*virtual*/ bool handleEvent(LLPointer<LLOldEvents::LLEvent> event, const LLSD& userdata);
|
||||
|
||||
// clear the group list, and get a fresh set of info.
|
||||
void reset();
|
||||
|
||||
Reference in New Issue
Block a user