X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fdetail%2FCallback.cti;h=3d5d549be4a84e5a433df2f91304666a7db52f1f;hb=51044eb18f034c1a059ffe2fb109a422c1cbe251;hp=0dd4ea29912929aaede6544ec24c50679a071365;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/detail/Callback.cti b/PPI/detail/Callback.cti index 0dd4ea2..3d5d549 100644 --- a/PPI/detail/Callback.cti +++ b/PPI/detail/Callback.cti @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -47,7 +47,7 @@ template prefix_ typename senf::ppi::detail::Callback::type senf::ppi::detail::Callback::make(void (FnClass::* memfn )(FnArg arg), Owner & owner) { - return boost::bind(memfn,static_cast(&owner),1); + return boost::bind(memfn,static_cast(&owner),_1); } template