← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 881790] Re: adchpp::SocketManager::Callback returned from addTimedJob isn't callable in python

 

Fixed in ADCH++ 2.8.1.

** Changed in: adchpp
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/881790

Title:
  adchpp::SocketManager::Callback returned from addTimedJob isn't
  callable in python

Status in ADCH++:
  Fix Released

Bug description:
  the callback function returned from addTimedJob is not a callable
  object in Python.

  patch attached
  Added typemap(out) for std::function<void()> that converts and returns proxy/decorator function to python

To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/881790/+subscriptions


References