--- smsdaemon/Spooler.h 2008/12/07 20:18:20 148 +++ smsdaemon/Spooler.h 2008/12/18 06:53:29 196 @@ -8,7 +8,7 @@ { public: void enqueue(std::string recipient, std::string message); - std::string dequeue(); + std::string dequeue(); std::string getFilename(); private: @@ -17,7 +17,7 @@ void lock(); void unlock(); - int fd; + int lockfd; std::string filename; };