| 330 | } |
| 331 | |
| 332 | inline afxObjectConstraint* newObjectCons(afxConstraintMgr* mgr, bool hist) |
| 333 | { |
| 334 | return (hist) ? new afxObjectHistConstraint(mgr) : new afxObjectConstraint(mgr); |
| 335 | } |
| 336 | |
| 337 | inline afxObjectConstraint* newObjectCons(afxConstraintMgr* mgr, StringTableEntry name, bool hist) |
| 338 | { |
no outgoing calls
no test coverage detected