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

Diff of /smsdaemon/Plugin.cpp

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

smsdaemon/plugins/Plugin.cpp revision 45 by torben, Wed Jun 11 09:00:56 2008 UTC smsdaemon/Plugin.cpp revision 158 by torben, Mon Dec 8 21:49:49 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"
5    
6    
7  Plugin::Plugin(std::string cmd, std::string desc)  Plugin::Plugin(std::string cmd, std::string desc)
# Line 8  Plugin::Plugin(std::string cmd, std::str Line 9  Plugin::Plugin(std::string cmd, std::str
9  {  {
10          Common* cmn = Common::instance();          Common* cmn = Common::instance();
11    
12          cmn->pluginManager.AddPlugin(this);          cmn->GetPluginManager()->AddPlugin(this);
13  }  }
14    

Legend:
Removed from v.45  
changed lines
  Added in v.158

  ViewVC Help
Powered by ViewVC 1.1.20