| 1171 | } |
| 1172 | |
| 1173 | AppInstancePtr |
| 1174 | AppManager::newAppInstance(const CLArgs& cl, |
| 1175 | bool makeEmptyInstance) |
| 1176 | { |
| 1177 | return newAppInstanceInternal(cl, false, makeEmptyInstance); |
| 1178 | } |
| 1179 | |
| 1180 | AppInstancePtr |
| 1181 | AppManager::getAppInstance(int appID) const |
no outgoing calls
no test coverage detected