// -*- c++ -*- /* Do not edit! -- generated file */ #ifndef _SIGC_MACROS_HIDEHM4_ #define _SIGC_MACROS_HIDEHM4_ #include #include #ifndef LIBSIGC_DISABLE_DEPRECATED namespace SigC { template inline SigC::Slot1 hide(const SigC::Slot0& _A_slot) { return ::sigc::hide_functor<0, SigC::Slot0 > (_A_slot); } template inline SigC::Slot2 hide(const SigC::Slot1& _A_slot) { return ::sigc::hide_functor<0, SigC::Slot1 > (_A_slot); } template inline SigC::Slot3 hide(const SigC::Slot2& _A_slot) { return ::sigc::hide_functor<0, SigC::Slot2 > (_A_slot); } template inline SigC::Slot4 hide(const SigC::Slot3& _A_slot) { return ::sigc::hide_functor<0, SigC::Slot3 > (_A_slot); } template inline SigC::Slot5 hide(const SigC::Slot4& _A_slot) { return ::sigc::hide_functor<0, SigC::Slot4 > (_A_slot); } template inline SigC::Slot6 hide(const SigC::Slot5& _A_slot) { return ::sigc::hide_functor<0, SigC::Slot5 > (_A_slot); } template inline SigC::Slot7 hide(const SigC::Slot6& _A_slot) { return ::sigc::hide_functor<0, SigC::Slot6 > (_A_slot); } template inline SigC::Slot2 hide(const SigC::Slot0& _A_slot) { return ::sigc::hide<0>( ::sigc::hide_functor<0, SigC::Slot0 > (_A_slot)); } template inline SigC::Slot3 hide(const SigC::Slot1& _A_slot) { return ::sigc::hide<0>( ::sigc::hide_functor<0, SigC::Slot1 > (_A_slot)); } template inline SigC::Slot4 hide(const SigC::Slot2& _A_slot) { return ::sigc::hide<0>( ::sigc::hide_functor<0, SigC::Slot2 > (_A_slot)); } template inline SigC::Slot5 hide(const SigC::Slot3& _A_slot) { return ::sigc::hide<0>( ::sigc::hide_functor<0, SigC::Slot3 > (_A_slot)); } template inline SigC::Slot6 hide(const SigC::Slot4& _A_slot) { return ::sigc::hide<0>( ::sigc::hide_functor<0, SigC::Slot4 > (_A_slot)); } template inline SigC::Slot7 hide(const SigC::Slot5& _A_slot) { return ::sigc::hide<0>( ::sigc::hide_functor<0, SigC::Slot5 > (_A_slot)); } } /* namespace SigC */ #endif /* LIBSIGC_DISABLE_DEPRECATED */ #endif /* _SIGC_MACROS_HIDEHM4_ */