#include // ------------------------------------------------------------------------- cpPlugins::Interface::Object:: Object( ) : Superclass( ), m_Name( "" ) { } // ------------------------------------------------------------------------- cpPlugins::Interface::Object:: ~Object( ) { } // eof - $RCSfile$