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

Annotation of /smsdaemon/Plugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 54 - (hide annotations) (download)
Wed Jun 11 12:57:26 2008 UTC (15 years, 11 months ago) by torben
File size: 207 byte(s)
Moving Plugin and PluginManager back to the main library because ... because I can !!!


1 torben 32 #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