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

Merge branch 'helloworld_declarefactory' into 'master'

Remove obsolete DeclareFactoryEntries

See merge request !4668
parents 6cf8e887 35a3d5ce
No related branches found
No related tags found
No related merge requests found
#include "../HelloAlg.h"
#include "../HelloTool.h"
#include "GaudiKernel/DeclareFactoryEntries.h"
DECLARE_ALGORITHM_FACTORY( HelloAlg )
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