| 325 | } |
| 326 | |
| 327 | inline afxShapeNodeConstraint* newShapeNodeCons(afxConstraintMgr* mgr, StringTableEntry name, StringTableEntry node, bool hist) |
| 328 | { |
| 329 | return (hist) ? new afxShapeNodeHistConstraint(mgr, name, node) : new afxShapeNodeConstraint(mgr, name, node); |
| 330 | } |
| 331 | |
| 332 | inline afxObjectConstraint* newObjectCons(afxConstraintMgr* mgr, bool hist) |
| 333 | { |
no outgoing calls
no test coverage detected