--- smsdaemon/GsmModem.h 2008/06/17 08:14:12 104 +++ smsdaemon/GsmModem.h 2008/06/17 17:47:37 105 @@ -32,6 +32,9 @@ std::string GetResponse(); std::string Command(std::string command, std::string term = "OK\r\n"); + void HandlePincode(); + void WaitForSimcard(); + bool _timeout; SerialPort& m_port; };