X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FObject.cxx;h=1792a506442b2a589cdddeb5fb7964503c7a030d;hb=aa6a578004bddb5b0bb07b780483fda0ecc6cb5e;hp=c0418d3ce1f69ae4a6bd92d907f779750fecf365;hpb=8c23766af88a29c3e830299dffc4b95d9fe61df9;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Object.cxx b/lib/cpPlugins/Interface/Object.cxx index c0418d3..1792a50 100644 --- a/lib/cpPlugins/Interface/Object.cxx +++ b/lib/cpPlugins/Interface/Object.cxx @@ -1,25 +1,33 @@ #include // ------------------------------------------------------------------------- -cpPlugins::Interface::Object:: -Object( ) +std::string cpPlugins::Interface::Object:: +GetClassName( ) const { + return( "cpPlugins::Interface::Object" ); +} + +// ------------------------------------------------------------------------- +std::string cpPlugins::Interface::Object:: +GetClassType( ) const +{ + return( "Object" ); } // ------------------------------------------------------------------------- cpPlugins::Interface::Object:: -~Object( ) +Object( ) + : Superclass( ) { } // ------------------------------------------------------------------------- -std::string cpPlugins::Interface::Object:: -GetClassName( ) const +cpPlugins::Interface::Object:: +~Object( ) { - return( "cpPlugins::Interface::Object" ); } // ------------------------------------------------------------------------- -PLUMA_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 ); +CPPLUGINS_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 ); // eof - $RCSfile$