| 63 | std::string getWarnings(const std::string& type) override { return GetWarnings(type); } |
| 64 | uint32_t getLogCategories() override { return g_logger->GetCategoryMask(); } |
| 65 | bool baseInitialize() override |
| 66 | { |
| 67 | return AppInitBasicSetup() && AppInitParameterInteraction() && AppInitSanityChecks() && |
| 68 | AppInitLockDataDirectory(); |
| 69 | } |
| 70 | bool appInitMain() override { return AppInitMain(); } |
| 71 | void appShutdown() override |
| 72 | { |
no test coverage detected