diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-15 15:38:24 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-15 15:38:24 +0000 |
commit | b6e11798acf6d0539211723e566be7f6145ac138 (patch) | |
tree | 8be41ad18cac248336b3a55ea8ac0c8964197088 /indra/llplugin/llpluginprocessparent.h | |
parent | 0b8e1d87c5d6ca1c0b373477575348e57197736e (diff) | |
parent | 42d1aaee2e3a9c5df3e7b4ace3bf6b5972a74847 (diff) |
merge from viewer-2-0
Diffstat (limited to 'indra/llplugin/llpluginprocessparent.h')
-rw-r--r-- | indra/llplugin/llpluginprocessparent.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginprocessparent.h b/indra/llplugin/llpluginprocessparent.h index 524cd9923f..23702814c8 100644 --- a/indra/llplugin/llpluginprocessparent.h +++ b/indra/llplugin/llpluginprocessparent.h @@ -59,7 +59,12 @@ public: LLPluginProcessParent(LLPluginProcessParentOwner *owner); ~LLPluginProcessParent(); - void init(const std::string &launcher_filename, const std::string &plugin_filename, bool debug, const std::string &user_data_path); + void init(const std::string &launcher_filename, + const std::string &plugin_filename, + bool debug, + const std::string &user_data_path, + const std::string &language_code); + void idle(void); // returns true if the plugin is on its way to steady state @@ -144,6 +149,7 @@ private: std::string mPluginFile; std::string mUserDataPath; + std::string mLanguageCode; LLPluginProcessParentOwner *mOwner; |