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

Annotation of /smsdaemon/Plugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 196 - (hide annotations) (download)
Thu Dec 18 06:53:29 2008 UTC (15 years, 5 months ago) by torben
File size: 242 byte(s)
Make pretty

astyle -t -b -N

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

  ViewVC Help
Powered by ViewVC 1.1.20