| 310 | } |
| 311 | |
| 312 | inline afxTransformConstraint* newTransformCons(afxConstraintMgr* mgr, bool hist) |
| 313 | { |
| 314 | return (hist) ? new afxTransformHistConstraint(mgr) : new afxTransformConstraint(mgr); |
| 315 | } |
| 316 | |
| 317 | inline afxShapeConstraint* newShapeCons(afxConstraintMgr* mgr, bool hist) |
| 318 | { |
no outgoing calls
no test coverage detected