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

Diff of /smsdaemon/Spooler.h

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

revision 134 by torben, Sun Dec 7 08:44:22 2008 UTC revision 155 by torben, Mon Dec 8 17:14:21 2008 UTC
# Line 1  Line 1 
1    #ifndef __SPOOLER_H__
2    #define __SPOOLER_H__
3    
4  #include <string>  #include <string>
5    
6    
# Line 14  private: Line 17  private:
17          void lock();          void lock();
18          void unlock();          void unlock();
19    
20          int fd;          int lockfd;
21    
22          std::string filename;          std::string filename;
23  };  };
24    #endif // __SPOOLER_H__
25    

Legend:
Removed from v.134  
changed lines
  Added in v.155

  ViewVC Help
Powered by ViewVC 1.1.20