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

Diff of /smsdaemon/Common.cpp

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

revision 106 by torben, Tue Jun 17 17:56:45 2008 UTC revision 114 by torben, Sun Nov 2 20:14:20 2008 UTC
# Line 3  Line 3 
3    
4  #include "version.h"  #include "version.h"
5    
6    #include <stdlib.h>
7  #include <string>  #include <string>
8  #include <iostream>  #include <iostream>
9  #include <iomanip>  #include <iomanip>
# Line 14  Line 15 
15  #include "PluginManager.h"  #include "PluginManager.h"
16    
17  using namespace std;  using namespace std;
18  const char* Months[] = { "", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov","Dec"};  const char* Months[] = {  "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov","Dec"};
19    
20  Common* Common::instance()  Common* Common::instance()
21  {  {

Legend:
Removed from v.106  
changed lines
  Added in v.114

  ViewVC Help
Powered by ViewVC 1.1.20