X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FMultiConnectorMixin.ih;h=3741bf29ed51fdb8080651424941e6e40a2ed754;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=e6f3d1c520fa13bba26ef023f575067ba2d68c18;hpb=45b346fa3a120720280b67b0f405b1954c0885d4;p=senf.git diff --git a/senf/PPI/MultiConnectorMixin.ih b/senf/PPI/MultiConnectorMixin.ih index e6f3d1c..3741bf2 100644 --- a/senf/PPI/MultiConnectorMixin.ih +++ b/senf/PPI/MultiConnectorMixin.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -46,9 +46,9 @@ namespace detail { }; template - struct MultiConnectorDefaultContainer - { - typedef boost::ptr_map type; + struct MultiConnectorDefaultContainer + { + typedef boost::ptr_map type; }; template @@ -56,14 +56,14 @@ namespace detail { : public Connector { private: - virtual void v_disconnected() const; + virtual void v_disconnected(); }; #ifndef DOXYGEN template - struct MultiConnectorDefaultContainer - { + struct MultiConnectorDefaultContainer + { typedef boost::ptr_vector type; }; @@ -71,19 +71,19 @@ namespace detail { template struct MultiConnectorSelectBase - : public boost::mpl::if_< + : public boost::mpl::if_< boost::is_base_of, ppi::detail::DisableStandardInput, ppi::detail::DisableStandardOutput > {}; template senf::mpl::rv<0> isMulticonnector(...); template senf::mpl::rv<1> isMulticonnector( - typename boost::enable_if, + typename boost::enable_if, int>::type); template senf::mpl::rv<2> isMulticonnector( - typename boost::enable_if, + typename boost::enable_if, int>::type); template