X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fdetail%2FCallback.hh;h=5d2395342f3929a2b76cb1f98bdd86980d918756;hb=0327b3f303ea2a61d44a30bfaac022874dcf2a0d;hp=768cb9810244234e3eba84f32cd6e1bdd2ce6219;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/detail/Callback.hh b/PPI/detail/Callback.hh index 768cb98..5d23953 100644 --- a/PPI/detail/Callback.hh +++ b/PPI/detail/Callback.hh @@ -65,6 +65,8 @@ namespace detail { static type make(boost::function callable, Owner &); }; +#ifndef DOXYGEN + template <> struct Callback { @@ -76,6 +78,8 @@ namespace detail { static type make(type callable, Owner &); }; +#endif + }}} ///////////////////////////////hh.e////////////////////////////////////////