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:
Paul Davis 2006-05-24 20:40:11 +00:00
parent 87ed30d39c
commit 21704435b1
3 changed files with 12 additions and 101 deletions

View file

@ -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 ()
{