/[projects]/smsdaemon/Plugin.cpp
ViewVC logotype

Contents of /smsdaemon/Plugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 205 - (show annotations) (download)
Fri Dec 19 22:29:25 2008 UTC (15 years, 4 months ago) by torben
File size: 164 byte(s)
Enable selection and configuration of loaded plugins to be specified in the configuration file

1 #include "Plugin.h"
2 #include "Common.h"
3
4 #include "PluginManager.h"
5
6
7 Plugin::Plugin(std::string cmd, std::string desc)
8 : _command(cmd), _description(desc)
9 {
10
11 }

  ViewVC Help
Powered by ViewVC 1.1.20