mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
provide interface to PBD::ThreadCreated() in BasicUI; remove/clean DOCUMENTATION files
git-svn-id: svn://localhost/trunk/ardour2@531 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
87ed30d39c
commit
21704435b1
3 changed files with 12 additions and 101 deletions
|
|
@ -19,6 +19,8 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#include <pbd/pthread_utils.h>
|
||||
|
||||
#include <ardour/session.h>
|
||||
#include <ardour/location.h>
|
||||
|
||||
|
|
@ -42,6 +44,12 @@ BasicUI::~BasicUI ()
|
|||
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::register_thread (std::string name)
|
||||
{
|
||||
PBD::ThreadCreated (pthread_self(), name);
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::loop_toggle ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue