BRoster: Added ability to pass env on launch.

* Added BRoster::Private::Launch() that adds an additional parameter
  to pass a pointer to the environment of the launched app.
This commit is contained in:
Axel Dörfler
2015-07-22 20:44:03 +02:00
parent 06e0f8079f
commit fb7dad2b49
3 changed files with 22 additions and 10 deletions
+1
View File
@@ -182,6 +182,7 @@ private:
const entry_ref* ref,
const BList* messageList, int argc,
const char* const* args,
const char** environment,
team_id* appTeam) const;
status_t _UpdateActiveApp(team_id team) const;