| 5 | #include "module/StaticModule.h" |
| 6 | |
| 7 | INamespacePtr NamespaceFactory::createNamespace() |
| 8 | { |
| 9 | return std::make_shared<Namespace>(); |
| 10 | } |
| 11 | |
| 12 | // RegisterableModule implementation |
| 13 | const std::string& NamespaceFactory::getName() const |
no outgoing calls
no test coverage detected