00001 // Copyright CERN 2012 - Developed in collaboration with GSI 00002 00003 #include <fesa-core/Core/AbstractServiceLocatorImplementation.h> 00004 00005 00006 namespace fesa 00007 { 00008 00009 AbstractServiceLocatorImplementation::AbstractServiceLocatorImplementation(const std::string& className) : 00010 className_(className) 00011 { 00012 } 00013 00014 AbstractServiceLocatorImplementation::~AbstractServiceLocatorImplementation() 00015 { 00016 } 00017 00018 } // fesa