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

Diff of /smsdaemon/Plugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 92 by torben, Mon Jun 16 11:30:20 2008 UTC revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC
# Line 1  Line 1 
1  #include "Plugin.h"  #include "Plugin.h"
2  #include "common.h"  #include "Common.h"
3    
4  #include "PluginManager.h"  #include "PluginManager.h"
5    
6    
7  Plugin::Plugin(std::string cmd, std::string desc)  Plugin::Plugin(std::string cmd, std::string desc)
8  : _command(cmd), _description(desc)                  : _command(cmd), _description(desc)
9  {  {
10          Common* cmn = Common::instance();          Common* cmn = Common::instance();
11    

Legend:
Removed from v.92  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.20