X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FObject.cxx;h=4ca6286c25c8b1049d8f01922e296fe906b76026;hb=8e5fd31fd4d280781d8bc27a799361bf9c30b1d4;hp=1792a506442b2a589cdddeb5fb7964503c7a030d;hpb=e561a2fa4dcaee2c544e58385e1ff7d56ba8b051;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Object.cxx b/lib/cpPlugins/Interface/Object.cxx index 1792a50..4ca6286 100644 --- a/lib/cpPlugins/Interface/Object.cxx +++ b/lib/cpPlugins/Interface/Object.cxx @@ -1,19 +1,5 @@ #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( )