]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Object.cxx
...
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
index c0418d3ce1f69ae4a6bd92d907f779750fecf365..b4768faab5971f845db0c385bf7bddb7d74b7383 100644 (file)
@@ -3,7 +3,10 @@
 // -------------------------------------------------------------------------
 cpPlugins::Interface::Object::
 Object( )
+  : Superclass( )
 {
+  this->m_ClassName = "cpPlugins::Interface::Object";
+  this->m_ClassCategory = "BasicObject";
 }
 
 // -------------------------------------------------------------------------
@@ -13,13 +16,6 @@ cpPlugins::Interface::Object::
 }
 
 // -------------------------------------------------------------------------
-std::string cpPlugins::Interface::Object::
-GetClassName( ) const
-{
-  return( "cpPlugins::Interface::Object" );
-}
-
-// -------------------------------------------------------------------------
-PLUMA_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 );
+CPPLUGINS_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 );
 
 // eof - $RCSfile$