| 315 | } |
| 316 | |
| 317 | inline afxShapeConstraint* newShapeCons(afxConstraintMgr* mgr, bool hist) |
| 318 | { |
| 319 | return (hist) ? new afxShapeHistConstraint(mgr) : new afxShapeConstraint(mgr); |
| 320 | } |
| 321 | |
| 322 | inline afxShapeConstraint* newShapeCons(afxConstraintMgr* mgr, StringTableEntry name, bool hist) |
| 323 | { |
no outgoing calls
no test coverage detected