Split plugin classes and derive AIFilePicker from BasicPluginBase (part 1).

This commit contains all changes, except those in indra/media_plugins
(which was renamed to indra/plugins) and indra/llplugin.

However, it does contain the (new) file
indra/plugins/filepicker/basic_plugin_filepicker.cpp
This commit is contained in:
Aleric Inglewood
2011-05-06 14:39:16 +02:00
parent f6b57d956d
commit e89d6d9d66
26 changed files with 1432 additions and 337 deletions

View File

@@ -34,6 +34,7 @@
#define LLVIEWERPARCELMEDIA_H
#include "llviewermedia.h"
#include "llviewermediaobserver.h"
// For use by other patches so they know that media filtering is implemented.
#define MEDIA_FILTERING 1
@@ -42,7 +43,6 @@ class LLMessageSystem;
class LLParcel;
class LLViewerParcelMediaNavigationObserver;
// This class understands land parcels, network traffic, LSL media
// transport commands, and talks to the LLViewerMedia class to actually
// do playback. It allows us to remove code from LLViewerParcelMgr.