X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fmembind.hh;h=49bcca05a4fc230ec3f370d91ec5cebc882f3963;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=3b1c4f76caabd6d10d267cab5acf9e5f11d1c946;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/membind.hh b/senf/Utils/membind.hh index 3b1c4f7..49bcca0 100644 --- a/senf/Utils/membind.hh +++ b/senf/Utils/membind.hh @@ -53,9 +53,9 @@ // Custom includes #include #include -#include "../config.hh" +#include -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// /** \brief Get function pointer @@ -124,9 +124,9 @@ Foo() { // Get bound member function for second overload - SENF_MEMBINDFNP(int, Foo, foo, () const) + SENF_MEMBINDFNP(int, Foo, foo, () const) } - + }; \endcode @@ -149,17 +149,17 @@ namespace senf { #define scOBTYPE * -#include "../Utils/impl/membind.hh" +#include #undef scOBTYPE #define scOBTYPE & -#include "../Utils/impl/membind.hh" +#include #undef scOBTYPE #ifdef DOXYGEN /// \addtogroup membind - /// @{ + //\{ /** \brief Build bound member function object @@ -174,13 +174,13 @@ namespace senf { template boost::function membind(R (T::* fn)( Args ), T * ob); - /// @} + //\} #endif } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "membind.cci" //#include "membind.ct" //#include "membind.cti"