| 57 | public: |
| 58 | TUniformLinkedMap() { } |
| 59 | virtual int getLocation(const char*) { return 0; } |
| 60 | }; |
| 61 | |
| 62 | TShHandleBase* ConstructLinker(EShExecutable executable, int) { return new TGenericLinker(executable); } |
no outgoing calls
no test coverage detected