]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageWriter.h
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageWriter.h
index 2c97de9beb04da3e58b0a3d021a0cd6a497e1885..20c519e9ad6425ff81c9df66fdfc05e266b62703 100644 (file)
@@ -22,9 +22,7 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( ImageWriter, cpPluginsInterfaceImageSink );
-      cpPlugins_Id_Macro(
-        cpPlugins::IO::ImageWriter, "ImageWriter"
-        );
+      cpPlugins_Id_Macro( cpPlugins::IO::ImageWriter, IO );
 
     protected:
       ImageWriter( );
@@ -33,7 +31,7 @@ namespace cpPlugins
       virtual std::string _GenerateData( );
 
       /*
-       * These two methods are Microsort courtesy: inner loop error !
+       * These two methods are Micro$oft courtesy: inner loop error !
        */
       template< unsigned int D >
         inline std::string _GD0_Image( );
@@ -50,9 +48,6 @@ namespace cpPlugins
       Self& operator=( const Self& );
     };
 
-    // ---------------------------------------------------------------------
-    CPPLUGINS_INHERIT_PROVIDER( ImageWriter );
-
   } // ecapseman
 
 } // ecapseman