X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fcommandline%2Fcmdlinemodule.h;h=fd230241d96f5efbb662dff91d88614acc48d7d9;hb=7a6907d2184cf7bf3ce09e83e9d902f9787a3eb0;hp=f4252f1a1aa9e6c8b4266d48c737e2acdab62e52;hpb=9eb0581bed7c5147f8919ab19a7e2ed55e0e1514;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/commandline/cmdlinemodule.h b/src/gromacs/commandline/cmdlinemodule.h index f4252f1a1a..fd230241d9 100644 --- a/src/gromacs/commandline/cmdlinemodule.h +++ b/src/gromacs/commandline/cmdlinemodule.h @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2012,2013,2014, by the GROMACS development team, led by + * Copyright (c) 2012,2013,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. @@ -34,7 +34,7 @@ */ /*! \file * \brief - * Declares gmx::CommandLineModuleInterface and supporting classes. + * Declares gmx::ICommandLineModule and supporting classes. * * \author Teemu Murtola * \inpublicapi @@ -90,10 +90,10 @@ class CommandLineModuleSettings * \inpublicapi * \ingroup module_commandline */ -class CommandLineModuleInterface +class ICommandLineModule { public: - virtual ~CommandLineModuleInterface() {} + virtual ~ICommandLineModule() {} //! Returns the name of the module. virtual const char *name() const = 0; @@ -137,7 +137,7 @@ class CommandLineModuleInterface //! \cond libapi /*! \libinternal \brief - * Helper to implement CommandLineModuleInterface::writeHelp() with a C-like + * Helper to implement ICommandLineModule::writeHelp() with a C-like * main() function that calls parse_common_args(). * * \param[in] context Context object for writing the help.