HomePhabricator
Diffusion MITK 6660c5cc46b3

Fixed bug in service and module listener comparison.

Description

Fixed bug in service and module listener comparison.

This bug resulted in member functions having the same receiver
not being registered as listeners when calling
ModuleContext::RegisterServiceListener(...) or
ModuleContext::RegisterModuleListener(...). Only the first was
registered, the others compared equal to the first and were not
registered and hence not receiving events.

Details

Provenance
zelzerAuthored on Sep 27 2012, 11:33 PM
Parents
rMITKb6cfb353a9e2: MITK 2012.09.00 version update
Branches
Unknown
Tags
Unknown