| 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 | |
| 1046 | void CLocatorAPI::r_close(IReader*& fs) |
| 1047 | { |
no outgoing calls
no test coverage detected