diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-03-17 11:00:44 -0700 |
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-03-17 11:00:44 -0700 |
| commit | d59038e53587b97d2fc98115d28f8b83da5f5d1b (patch) | |
| tree | 0fde9fb6c18bac6dce900bed376f21914dcc0b7f /indra/llplugin/llpluginclassmedia.h | |
| parent | 0cd91c3df6d1c7473763a14b3a1ace755be062b2 (diff) | |
| parent | 6e761bb5f2fac9155b03b74008cfca141968ae6c (diff) | |
Merge
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
| -rw-r--r-- | indra/llplugin/llpluginclassmedia.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index ce49241e84..6318c67f12 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -51,9 +51,7 @@ public: // local initialization, called by the media manager when creating a source virtual bool init(const std::string &launcher_filename, const std::string &plugin_filename, - bool debug, - const std::string &user_data_path, - const std::string &language_code); + bool debug); // undoes everything init() didm called by the media manager when destroying a source virtual void reset(); @@ -177,6 +175,10 @@ public: void paste(); bool canPaste() const { return mCanPaste; }; + + // These can be called before init(), and they will be queued and sent before the media init message. + void setUserDataPath(const std::string &user_data_path); + void setLanguageCode(const std::string &language_code); /////////////////////////////////// // media browser class functions |
