Change naming convention for C++ interfaces
[alexxy/gromacs.git] / src / gromacs / analysisdata / tests / mock_datamodule.h
index ebb4baa2f84b78ede83a17851986b2b01e5c9503..584804fac2562e33db65559dc7f3227229461445 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2011,2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2011,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 @@
  */
 /*! \libinternal \file
  * \brief
- * Declares mock implementation of gmx::AnalysisDataModuleInterface.
+ * Declares mock implementation of gmx::IAnalysisDataModule.
  *
  * Requires Google Mock.
  *
@@ -61,7 +61,7 @@ namespace test
 class AnalysisDataTestInput;
 class TestReferenceChecker;
 
-class MockAnalysisDataModule : public AnalysisDataModuleInterface
+class MockAnalysisDataModule : public IAnalysisDataModule
 {
     public:
         explicit MockAnalysisDataModule(int flags);