X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fcommandline%2Ftests%2Fcmdlinemodulemanagertest.h;h=c41cc55bccf776b1e7076eebff89aa99bb90b508;hb=7a6907d2184cf7bf3ce09e83e9d902f9787a3eb0;hp=ecb77a4f66e67c6ac8495646b8e8cabf23249649;hpb=9eb0581bed7c5147f8919ab19a7e2ed55e0e1514;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/commandline/tests/cmdlinemodulemanagertest.h b/src/gromacs/commandline/tests/cmdlinemodulemanagertest.h index ecb77a4f66..c41cc55bcc 100644 --- a/src/gromacs/commandline/tests/cmdlinemodulemanagertest.h +++ b/src/gromacs/commandline/tests/cmdlinemodulemanagertest.h @@ -63,11 +63,11 @@ class MockHelpTopic; class TestFileOutputRedirector; /*! \internal \brief - * Mock implementation of gmx::CommandLineModuleInterface. + * Mock implementation of gmx::ICommandLineModule. * * \ingroup module_commandline */ -class MockModule : public gmx::CommandLineModuleInterface +class MockModule : public gmx::ICommandLineModule { public: //! Creates a mock module with the given name and description. @@ -97,11 +97,11 @@ class MockModule : public gmx::CommandLineModuleInterface }; /*! \internal \brief - * Mock implementation of gmx::CommandLineOptionsModuleInterface. + * Mock implementation of gmx::ICommandLineOptionsModule. * * \ingroup module_commandline */ -class MockOptionsModule : public gmx::CommandLineOptionsModuleInterface +class MockOptionsModule : public gmx::ICommandLineOptionsModule { public: MockOptionsModule();