#include // ------------------------------------------------------------------------- cpPlugins::Interface::ImageSource:: ImageSource( ) : Superclass( ) { this->m_ClassName = "cpPlugins::Interface::ImageSource"; this->m_ClassCategory = "ImageSource"; } // ------------------------------------------------------------------------- cpPlugins::Interface::ImageSource:: ~ImageSource( ) { } // eof - $RCSfile$