Move old launch_media_server to deprecated file

This commit is contained in:
Dario Casalinuovo
2015-12-06 15:09:12 +01:00
parent 1acc73c437
commit ec7d3b4053
3 changed files with 11 additions and 10 deletions
-3
View File
@@ -792,9 +792,6 @@ struct buffer_clone_info;
// It's also provided a new version of launch_media_server allowing
// to specify a custom callback for notifications.
// Deprecated
status_t launch_media_server(uint32 flags);
status_t launch_media_server(bigtime_t timeout = B_INFINITE_TIMEOUT,
bool (*progress)(int stage, const char* message, void* cookie) = NULL,
void* cookie = NULL, uint32 flags = 0);