Skip to content
Snippets Groups Projects
Commit 99e196e0 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'helloworld_declarefactory' into 'master'

Remove obsolete DeclareFactoryEntries

See merge request !4668

Former-commit-id: c022339e
parents 4bc8bfab 031bbd18
No related branches found
No related tags found
No related merge requests found
#include "../HelloAlg.h" #include "../HelloAlg.h"
#include "../HelloTool.h" #include "../HelloTool.h"
#include "GaudiKernel/DeclareFactoryEntries.h"
DECLARE_ALGORITHM_FACTORY( HelloAlg ) DECLARE_ALGORITHM_FACTORY( HelloAlg )
DECLARE_TOOL_FACTORY( HelloTool ) DECLARE_TOOL_FACTORY( HelloTool )
DECLARE_FACTORY_ENTRIES(AthExHelloWorld) {
DECLARE_ALGORITHM( HelloAlg )
DECLARE_TOOL( HelloTool )
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment