added default parameter to be able to compile media_server
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3431 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -112,8 +112,8 @@ public:
|
||||
team_id *appTeam) const;
|
||||
status_t Launch(const char *mimeType, int argc, char **args,
|
||||
team_id *appTeam) const;
|
||||
status_t Launch(const entry_ref *ref, const BMessage *initialMessage,
|
||||
team_id *appTeam) const;
|
||||
status_t Launch(const entry_ref *ref, const BMessage *initialMessage = 0,
|
||||
team_id *appTeam = 0) const;
|
||||
status_t Launch(const entry_ref *ref, const BList *messageList,
|
||||
team_id *appTeam) const;
|
||||
status_t Launch(const entry_ref *ref, int argc, const char * const *args,
|
||||
|
||||
Reference in New Issue
Block a user