X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FObject.cxx;h=b4768faab5971f845db0c385bf7bddb7d74b7383;hb=75dc4945344b4a5a7be10a3ca33fa2e6fff87df8;hp=1792a506442b2a589cdddeb5fb7964503c7a030d;hpb=bc3afa8dc27d197bbe334c0b6f8650e7be435b6f;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Object.cxx b/lib/cpPlugins/Interface/Object.cxx index 1792a50..b4768fa 100644 --- a/lib/cpPlugins/Interface/Object.cxx +++ b/lib/cpPlugins/Interface/Object.cxx @@ -1,24 +1,12 @@ #include -// ------------------------------------------------------------------------- -std::string cpPlugins::Interface::Object:: -GetClassName( ) const -{ - return( "cpPlugins::Interface::Object" ); -} - -// ------------------------------------------------------------------------- -std::string cpPlugins::Interface::Object:: -GetClassType( ) const -{ - return( "Object" ); -} - // ------------------------------------------------------------------------- cpPlugins::Interface::Object:: Object( ) : Superclass( ) { + this->m_ClassName = "cpPlugins::Interface::Object"; + this->m_ClassCategory = "BasicObject"; } // -------------------------------------------------------------------------