#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( ) { } // ------------------------------------------------------------------------- cpPlugins::Interface::Object:: ~Object( ) { } // ------------------------------------------------------------------------- CPPLUGINS_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 ); // eof - $RCSfile$