| 88 | } |
| 89 | |
| 90 | ObjectType createObject() |
| 91 | { |
| 92 | ObjectType pObj = mNewObjFunc(mpUserData); |
| 93 | if (pObj == nullptr) |
| 94 | FALCOR_THROW("Failed to create new object in fenced pool"); |
| 95 | return pObj; |
| 96 | } |
| 97 | |
| 98 | struct Data |
| 99 | { |
no outgoing calls
no test coverage detected