]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Object.cxx
MPR finished
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
index c0418d3ce1f69ae4a6bd92d907f779750fecf365..85ef6a123f332d99ff8093906333cebe9fce8c3d 100644 (file)
@@ -3,6 +3,8 @@
 // -------------------------------------------------------------------------
 cpPlugins::Interface::Object::
 Object( )
+  : Superclass( ),
+    m_Name( "" )
 {
 }
 
@@ -12,14 +14,4 @@ cpPlugins::Interface::Object::
 {
 }
 
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::Object::
-GetClassName( ) const
-{
-  return( "cpPlugins::Interface::Object" );
-}
-
-// -------------------------------------------------------------------------
-PLUMA_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 );
-
 // eof - $RCSfile$