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

Diff of /smsdaemon/Common.cpp

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

revision 36 by torben, Tue Jun 10 15:34:19 2008 UTC revision 55 by torben, Wed Jun 11 14:25:08 2008 UTC
# Line 8  Line 8 
8  #include <time.h>  #include <time.h>
9    
10  using namespace std;  using namespace std;
11  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"};
12    
13  Common* Common::instance()  Common* Common::instance()
14  {  {

Legend:
Removed from v.36  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.20