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

Diff of /smsdaemon/Spooler.h

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

revision 132 by torben, Sun Dec 7 00:59:05 2008 UTC revision 134 by torben, Sun Dec 7 08:44:22 2008 UTC
# Line 6  class Spooler Line 6  class Spooler
6  public:  public:
7          void enqueue(std::string recipient, std::string message);          void enqueue(std::string recipient, std::string message);
8          std::string dequeue();            std::string dequeue();  
9    
10            std::string getFilename();
11  private:  private:
12          std::string getSpoolFilename();          std::string findSpoolFilename();
13    
14          void lock();          void lock();
15          void unlock();          void unlock();
16    
17          int fd;          int fd;
18    
19            std::string filename;
20  };  };
21    

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

  ViewVC Help
Powered by ViewVC 1.1.20