PluginsVisitor.h

Go to the documentation of this file.
00001 #ifndef PLUGINSVISITOR_H_
00002 #define PLUGINSVISITOR_H_
00003 
00004 #include "iplugin.h"
00005 
00006 class PluginsVisitor
00007 {
00008     public:
00009         virtual void visit (IPlugin& plugin) = 0;
00010 };
00011 
00012 #endif /*PLUGINSVISITOR_H_*/

Generated by  doxygen 1.6.2