Change naming convention for C++ interfaces
[alexxy/gromacs.git] / src / gromacs / onlinehelp / helpmanager.h
index 97f78e926d8c56a9ad6e34cbd47fc72a7b305cd5..b258f3cac81bf639d23465cb5f9de9a22dbf6e3e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2014, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -50,8 +50,8 @@
 namespace gmx
 {
 
-class HelpTopicInterface;
 class HelpWriterContext;
+class IHelpTopic;
 
 /*! \libinternal \brief
  * Helper for providing interactive online help.
@@ -73,7 +73,7 @@ class HelpManager
          * The provided topic and context objects must remain valid for the
          * lifetime of this manager object.
          */
-        HelpManager(const HelpTopicInterface &rootTopic,
+        HelpManager(const IHelpTopic         &rootTopic,
                     const HelpWriterContext  &context);
         ~HelpManager();