logic: added support for sonargraph manual cpp modules
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "utility/logging/logging.h"
|
||||
#include "utility/sonargraph/SonargraphXsdCmakeJsonModule.h"
|
||||
#include "utility/sonargraph/SonargraphXsdCppManualModule.h"
|
||||
#include "utility/sonargraph/SonargraphXsdJavaModule.h"
|
||||
#include "utility/sonargraph/SonargraphXsdRootPath.h"
|
||||
#include "utility/sonargraph/SonargraphSoftwareSystem.h"
|
||||
@@ -24,6 +25,10 @@ namespace Sonargraph
|
||||
{
|
||||
return module;
|
||||
}
|
||||
if (std::shared_ptr<XsdCppManualModule> module = XsdCppManualModule::create(element, parent))
|
||||
{
|
||||
return module;
|
||||
}
|
||||
if (std::shared_ptr<XsdJavaModule> module = XsdJavaModule::create(element, parent))
|
||||
{
|
||||
return module;
|
||||
|
||||
Reference in New Issue
Block a user