X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Foptions%2Foptions.h;h=452f96c6de00807a512421d7fe3c55377772df21;hb=7a6907d2184cf7bf3ce09e83e9d902f9787a3eb0;hp=1605fb88ace51c51b4ac8b49881af55f303325d1;hpb=9eb0581bed7c5147f8919ab19a7e2ed55e0e1514;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/options/options.h b/src/gromacs/options/options.h index 1605fb88ac..452f96c6de 100644 --- a/src/gromacs/options/options.h +++ b/src/gromacs/options/options.h @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2010,2011,2012,2014, by the GROMACS development team, led by + * Copyright (c) 2010,2011,2012,2014,2015, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -76,10 +76,10 @@ class OptionsIterator; * \inlibraryapi * \ingroup module_options */ -class OptionManagerInterface +class IOptionManager { protected: - virtual ~OptionManagerInterface(); + virtual ~IOptionManager(); }; /*! \brief @@ -192,7 +192,7 @@ class Options * * This method cannot be called after adding options or subsections. */ - void addManager(OptionManagerInterface *manager); + void addManager(IOptionManager *manager); /*! \brief * Adds an option collection as a subsection of this collection.