]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Object.cxx
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
index 3868b2c2c24d342006338530a35abae77e6b8616..4ca6286c25c8b1049d8f01922e296fe906b76026 100644 (file)
@@ -1,19 +1,5 @@
 #include <cpPlugins/Interface/Object.h>
 
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::Object::
-GetClassName( ) const
-{
-  return( "cpPlugins::Interface::Object" );
-}
-
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::Object::
-GetClassType( ) const
-{
-  return( "Object" );
-}
-
 // -------------------------------------------------------------------------
 cpPlugins::Interface::Object::
 Object( )
@@ -28,6 +14,6 @@ cpPlugins::Interface::Object::
 }
 
 // -------------------------------------------------------------------------
-PLUMA_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 );
+CPPLUGINS_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 );
 
 // eof - $RCSfile$