CODE
void Foo_Server::OnDataReceived(void* p_data,UINT16 len){
static_api_ptr_t<playlist_manager> pm;
pm->playlist_execute_default_action(0,0);
}
static_api_ptr_t<playlist_manager> pm;
pm->playlist_execute_default_action(0,0);
}
"OnDataReceived" is an virtual method of another SDK. when there is data arrived,another thread will call it.
