diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-15 17:43:38 +0200 |
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-15 17:43:38 +0200 |
| commit | f41274cae3c8bfe6767ee7dceeb6e3d1563d9695 (patch) | |
| tree | 81c20219c87f23b5f9cce34099cf1db6d68709cd /indra/llplugin/llpluginclassmedia.h | |
| parent | 8a8e8e46ee0564ac052c5fecaa1117db19f41c97 (diff) | |
| parent | 234cd6e7c04c0840be6ae4a74eaf138e72876f44 (diff) | |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
| -rw-r--r-- | indra/llplugin/llpluginclassmedia.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index 58e91fa0b4..ce49241e84 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -49,7 +49,11 @@ public: virtual ~LLPluginClassMedia(); // 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); + 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); // undoes everything init() didm called by the media manager when destroying a source virtual void reset(); |
