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

Diff of /smsdaemon/PluginManager.h

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

revision 205 by torben, Fri Dec 19 22:29:25 2008 UTC revision 217 by torben, Tue Dec 23 14:20:43 2008 UTC
# Line 24  public: Line 24  public:
24  private:  private:
25    
26          Plugin* CreatePlugin(const std::string& pluginName, const std::map<std::string,std::string>& arguments);          Plugin* CreatePlugin(const std::string& pluginName, const std::map<std::string,std::string>& arguments);
27            void ParseCommonOptions(const std::string& pluginName, std::map<std::string,std::string>& args);
28          std::map<std::string, Plugin*> _plugins;          std::map<std::string, Plugin*> _plugins;
29          std::vector<Plugin*> _helper_plugins;          std::vector<Plugin*> _helper_plugins;
30  };  };

Legend:
Removed from v.205  
changed lines
  Added in v.217

  ViewVC Help
Powered by ViewVC 1.1.20