/[projects]/smsdaemon/Logger.h
ViewVC logotype

Diff of /smsdaemon/Logger.h

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

revision 694 by torben, Thu Apr 29 18:04:10 2010 UTC revision 695 by torben, Thu Apr 29 18:18:18 2010 UTC
# Line 2  Line 2 
2  #define __LOGGER_H__  #define __LOGGER_H__
3    
4  #include <string>  #include <string>
 #include <vector>  
5    
6  namespace Logger  namespace Logger
7  {  {
# Line 11  namespace Logger Line 10  namespace Logger
10          void logMessage(std::string str);          void logMessage(std::string str);
11          void setLogfile(std::string file);          void setLogfile(std::string file);
12    
13          extern  std::vector<std::string> logBuffer;          std::string getLog();
14    
15  }  }
16    
17    

Legend:
Removed from v.694  
changed lines
  Added in v.695

  ViewVC Help
Powered by ViewVC 1.1.20