--- smsdaemon/GsmModem.h 2008/06/16 10:21:02 90 +++ 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; };