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

Contents of /smsdaemon/Plugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (show annotations) (download)
Wed Jun 11 09:00:56 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/plugins/Plugin.cpp
File size: 207 byte(s)
CMakeLists.txt added a smsdaemon core library in order to ease testing.

The other changes is to make this new library work correctly

1 #include "Plugin.h"
2 #include "common.h"
3
4
5
6 Plugin::Plugin(std::string cmd, std::string desc)
7 : _command(cmd), _description(desc)
8 {
9 Common* cmn = Common::instance();
10
11 cmn->pluginManager.AddPlugin(this);
12 }

  ViewVC Help
Powered by ViewVC 1.1.20