X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fanalysisdata%2Fabstractdata.h;h=ac3a9224d26832a79e5c4eacd2cd3ec16a3dda5f;hb=7a6907d2184cf7bf3ce09e83e9d902f9787a3eb0;hp=fd1c99db56fa9a75f27a0da1e918aa112c11c947;hpb=9eb0581bed7c5147f8919ab19a7e2ed55e0e1514;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/analysisdata/abstractdata.h b/src/gromacs/analysisdata/abstractdata.h index fd1c99db56..ac3a9224d2 100644 --- a/src/gromacs/analysisdata/abstractdata.h +++ b/src/gromacs/analysisdata/abstractdata.h @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2010,2011,2012,2013,2014, by the GROMACS development team, led by + * Copyright (c) 2010,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. @@ -50,14 +50,14 @@ namespace gmx { -class AnalysisDataModuleInterface; class AnalysisDataModuleManager; class AnalysisDataFrameHeader; class AnalysisDataFrameRef; class AnalysisDataPointSetRef; +class IAnalysisDataModule; //! Smart pointer for managing a generic analysis data module. -typedef boost::shared_ptr AnalysisDataModulePointer; +typedef boost::shared_ptr AnalysisDataModulePointer; /*! \brief * Abstract base class for all objects that provide data. @@ -318,7 +318,7 @@ class AbstractAnalysisData * storage (addModule() has the same problem if called after data is * started). */ - void applyModule(AnalysisDataModuleInterface *module); + void applyModule(IAnalysisDataModule *module); protected: /*! \cond libapi */