Hi there, Sorry for bombarding the mailing list with questions. :-)
I have two Plugins, both derived from QmitkFunctionality, using the recent external project type template. I also have two Modules. I wanted to refactor some common functionality out of the plugins, and into a class that derives from QmitkFunctionality. I thought I could put this in my Module, and call it from both plugins. So the inheritance hierarchy would be: QmitkFunctionality -> QmitkMyBaseClass -> PluginA QmitkFunctionality -> QmitkMyBaseClass -> PluginB However, when class QmitkMyBaseClass is in my Module, it can't see QmitkFunctionality.h because QmitkFunctionality is packaged within a Bundle (org_mitk_gui_qt_common), not a Module. So, how should I do this? (or should I do this?) Thanks Matt ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
