X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fardour%2Fardour%2Fsession_route.h;h=cfaa13cdc8c354f182e224c2fd17b0524e84f407;hb=be8a2e20dcacfc980c8de0341165b0be67ce35fd;hp=feacc14775a8cc76f80b6cf15b824e29bad412a1;hpb=8277d134b9733aee344782891c99f07114384d9e;p=ardour.git diff --git a/libs/ardour/ardour/session_route.h b/libs/ardour/ardour/session_route.h index feacc14775..cfaa13cdc8 100644 --- a/libs/ardour/ardour/session_route.h +++ b/libs/ardour/ardour/session_route.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000 Paul Davis + Copyright (C) 2000 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __ardour_session_route_h__ @@ -25,12 +24,12 @@ #include -#include -#include +#include "ardour/session.h" +#include "ardour/route.h" namespace ARDOUR { -template void +template void Session::foreach_route (T *obj, void (T::*func)(Route&)) { boost::shared_ptr r = routes.reader(); @@ -44,7 +43,7 @@ Session::foreach_route (T *obj, void (T::*func)(Route&)) } } -template void +template void Session::foreach_route (T *obj, void (T::*func)(boost::shared_ptr)) { boost::shared_ptr r = routes.reader(); @@ -58,7 +57,7 @@ Session::foreach_route (T *obj, void (T::*func)(boost::shared_ptr)) } } -template void +template void Session::foreach_route (T *obj, void (T::*func)(Route&, A), A arg1) { boost::shared_ptr r = routes.reader();