/** * \file SingletonContainer.cpp \brief Container for singleton. * * This file is generated by a script (core/tools/make-container). * Do not edit directly. * * Copyright 2007-2010 IMP Inventors. All rights reserved. * */ #include "IMP/SingletonContainer.h" #include "IMP/internal/utility.h" #include "IMP/SingletonModifier.h" IMP_BEGIN_NAMESPACE SingletonContainer::SingletonContainer(Model *m, std::string name): Container(m,name){ } // here for gcc SingletonContainer::~SingletonContainer(){ } IMP_END_NAMESPACE