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

Contents of /smsdaemon/Plugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 92 - (show annotations) (download)
Mon Jun 16 11:30:20 2008 UTC (15 years, 11 months ago) by torben
File size: 240 byte(s)
No need for Common.h to include TaskManager.h and PluginManager.h


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 Common* cmn = Common::instance();
11
12 cmn->GetPluginManager()->AddPlugin(this);
13 }

  ViewVC Help
Powered by ViewVC 1.1.20