X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fimpl%2Fmembind.hh;h=fcf3eaf13001149721d6935a7f33e596fc48d3a8;hb=1b1d76302a5d61e918ef71f1c8e11f80ac1262e2;hp=782ed23adbfd1e1b8129ef1f436aaa3589df2fcc;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Utils/impl/membind.hh b/Utils/impl/membind.hh index 782ed23..fcf3eaf 100644 --- a/Utils/impl/membind.hh +++ b/Utils/impl/membind.hh @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// 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 // it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ #include #include #include +#include "../../config.hh" template boost::function membind(R (T::* fn)(),scOBTYPE ob) @@ -35,7 +36,7 @@ boost::function membind(R (T::* fn)(),scOBTYPE ob) } // for BOOST_PP_ITERATION() in 2..9 do -#define BOOST_PP_ITERATION_PARAMS_1 (4, (2, 9, "Utils/impl/membind.hh", 1)) +#define BOOST_PP_ITERATION_PARAMS_1 (4, (2, 9, SENF_ABSOLUTE_INCLUDE_PATH(Utils/impl/membind.hh), 1)) #include BOOST_PP_ITERATE() #elif BOOST_PP_ITERATION_DEPTH()==1 && BOOST_PP_ITERATION_FLAGS()==1 // {{ @@ -65,4 +66,5 @@ membind(R (T::* fn)( scPARAMS(A) ), scOBTYPE ob) // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: