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

Diff of /smsdaemon/Spooler.h

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

revision 148 by torben, Sun Dec 7 20:18:20 2008 UTC revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC
# Line 8  class Spooler Line 8  class Spooler
8  {  {
9  public:  public:
10          void enqueue(std::string recipient, std::string message);          void enqueue(std::string recipient, std::string message);
11          std::string dequeue();            std::string dequeue();
12    
13          std::string getFilename();          std::string getFilename();
14  private:  private:
# Line 17  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  };  };

Legend:
Removed from v.148  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.20