Skip to content
Snippets Groups Projects
Commit 031bbd18 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Remove obsolete DeclareFactoryEntries

The DeclareFactoryEntries header and its macros are obsolete and no
longer needed with recent Gaudi versions.


Former-commit-id: 35a3d5ce
parent 93108913
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