git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@866
270642c3-0616-0410-b53a-bc976706d245
}
prefix_ senf::console::Server::Server(ServerHandle handle)
- : handle_ (handle), root_ (root().thisptr()), mode_ (Automatic)
+ : handle_ (handle), root_ (senf::console::root().thisptr()), mode_ (Automatic)
{
Scheduler::instance().add( handle_, senf::membind(&Server::newClient, this) );
}