Exemplo n.º 1
0
void console::print_location(const metadb_handle_ptr & src)
{
	print_location(src->get_location());
}
Exemplo n.º 2
0
void input_helper::open(service_ptr_t<file> p_filehint,metadb_handle_ptr p_location,unsigned p_flags,abort_callback & p_abort,bool p_from_redirect,bool p_skip_hints)
{
	open(p_filehint,p_location->get_location(),p_flags,p_abort,p_from_redirect,p_skip_hints);
}