Index: sources/ApplicationController.h =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -rf2e4eba6e85c5d36537be782926f23cc9dc01037 --- sources/ApplicationController.h (.../ApplicationController.h) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision f2e4eba6e85c5d36537be782926f23cc9dc01037) @@ -178,12 +178,11 @@ */ void didPOSTPass (bool vPass); /*! - * \brief didKeepAliveBegin + * \brief didCheckInBegin * \details this signal will be emitted by ApplicationController - * when it is done with all the messaging and has nothing to say - * just to keep the conversation alive and let HD know UI is alive. + * when it is done with all the POST to nitify the TD device to start the conversation. */ - void didKeepAliveBegin (); + void didCheckInBegin (); /*! * \brief didQuitApplication * \details this signal is a placeholder for any farther notification to any class which needs to close itself.