| 1040 | } |
| 1041 | |
| 1042 | CStreamReader* CLocatorAPI::rs_open(LPCSTR path, LPCSTR _fname) { return (r_open_impl<CStreamReader>(path, _fname)); } // only for ".geom", ".geomx", ".ogm" |
| 1043 | |
| 1044 | IReader* CLocatorAPI::r_open(LPCSTR path, LPCSTR _fname) { return (r_open_impl<IReader>(path, _fname)); } |
| 1045 |
no outgoing calls
no test coverage detected