Change naming convention for C++ interfaces
[alexxy/gromacs.git] / src / gromacs / options / filenameoptionmanager.h
index 37f9f7c3bb880673bc18ee49e617deacc4da3ab8..fd2099a40b4b22e03e3c2e436102b0e292ed49d5 100644 (file)
@@ -51,8 +51,8 @@
 namespace gmx
 {
 
-class FileInputRedirectorInterface;
 class FileNameOptionInfo;
+class IFileInputRedirector;
 class Options;
 
 /*! \brief
@@ -79,7 +79,7 @@ class Options;
  * \inpublicapi
  * \ingroup module_selection
  */
-class FileNameOptionManager : public OptionManagerInterface
+class FileNameOptionManager : public IOptionManager
 {
     public:
         FileNameOptionManager();
@@ -101,7 +101,7 @@ class FileNameOptionManager : public OptionManagerInterface
          * For tests, there should only be need to call this a single time,
          * right after creating the manager.
          */
-        void setInputRedirector(const FileInputRedirectorInterface *redirector);
+        void setInputRedirector(const IFileInputRedirector *redirector);
 
         /*! \brief
          * Disables special input file option handling.