/[projects]/smsdaemon/PluginManager.h
ViewVC logotype

Diff of /smsdaemon/PluginManager.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28 by torben, Mon Jun 9 20:56:03 2008 UTC revision 184 by torben, Fri Dec 12 14:06:11 2008 UTC
# Line 5  Line 5 
5  #include <map>  #include <map>
6  #include <vector>  #include <vector>
7    
8  #include "Plugin.h"  class Plugin;
9    
10  class PluginManager  class PluginManager
11  {  {
# Line 22  public: Line 22  public:
22    
23  private:  private:
24          std::map<std::string, Plugin*> _plugins;          std::map<std::string, Plugin*> _plugins;
25            std::vector<Plugin*> _helper_plugins;
26  };  };
27    
28  #endif //__PLUGINMANAGER_H__  #endif //__PLUGINMANAGER_H__

Legend:
Removed from v.28  
changed lines
  Added in v.184

  ViewVC Help
Powered by ViewVC 1.1.20