| 93 | // |
| 94 | |
| 95 | IPluginManager* MasterImplementation::getPluginManager() |
| 96 | { |
| 97 | static Static<PluginManager> manager; |
| 98 | |
| 99 | return &manager; |
| 100 | } |
| 101 | |
| 102 | IMetadataBuilder* MasterImplementation::getMetadataBuilder(CheckStatusWrapper* status, unsigned fieldCount) |
| 103 | { |
no outgoing calls
no test coverage detected