Skip to content
Snippets Groups Projects
PropertyManagerDataService.cpp 344 B
Newer Older
#include "MantidKernel/PropertyManagerDataService.h"
#include "MantidKernel/PropertyManager.h"

namespace Mantid {
namespace Kernel {

/**
 * Default constructor
 */
PropertyManagerDataServiceImpl::PropertyManagerDataServiceImpl()
    : DataService<PropertyManager>("PropertyManagerDataService") {}

} // Namespace Kernel
} // Namespace Mantid