# | Line 19 | Line 19 | class CallbackFunctor{ (public) | |
---|---|---|
19 | ||
20 | virtual ~CallbackFunctor(){} | |
21 | ||
22 | < | //operator() is resiponsible for double dispatching |
22 | > | //operator() is responsible for double dispatching |
23 | int operator()(ConstraintPair* consPair); | |
24 | ||
25 | //double dispatch map can not store virtual function |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |