* msOGRLayerOpenVT() * * Overloaded version of msOGRLayerOpen for virtual table architecture **********************************************************************/
| 2312 | * Overloaded version of msOGRLayerOpen for virtual table architecture |
| 2313 | **********************************************************************/ |
| 2314 | static int msOGRLayerOpenVT(layerObj *layer) |
| 2315 | { |
| 2316 | return msOGRLayerOpen(layer, NULL); |
| 2317 | } |
| 2318 | |
| 2319 | /********************************************************************** |
| 2320 | * msOGRLayerClose() |
nothing calls this directly
no test coverage detected