| 51 | Firebird::PathName originalName, loadName; |
| 52 | |
| 53 | void* findSymbol(const Firebird::string& name) |
| 54 | { |
| 55 | if (! handle) |
| 56 | { |
| 57 | return 0; |
| 58 | } |
| 59 | return handle->findSymbol(NULL, name); |
| 60 | } |
| 61 | |
| 62 | InternalModule(MemoryPool& p, |
| 63 | ModuleLoader::Module* h, |
no outgoing calls
no test coverage detected