]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/SinkObject.cxx
Major refactoring: API-HCI bug corrected.
[cpPlugins.git] / lib / cpPlugins / Interface / SinkObject.cxx
index 309a3d18e02060cca8bd0eea827fa96c6a7b81db..6fdaf4c3afa7e55780afa890ccadb2928ee588e2 100644 (file)
@@ -1,24 +1,12 @@
 #include <cpPlugins/Interface/SinkObject.h>
 
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::SinkObject::
-GetClassName( ) const
-{
-  return( "cpPlugins::Interface::SinkObject" );
-}
-
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::SinkObject::
-GetClassType( ) const
-{
-  return( "SinkObject" );
-}
-
 // -------------------------------------------------------------------------
 cpPlugins::Interface::SinkObject::
 SinkObject( )
   : Superclass( )
 {
+  this->m_ClassName = "cpPlugins::Interface::SinkObject";
+  this->m_ClassCategory = "BasicObject";
   this->SetNumberOfOutputs( 0 );
 }