diff -r bab96b7ed1a4 -r f39ed5e045e0 phoneplugins/csplugin/tsrc/automaticanswertest/automaticanswertest.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneplugins/csplugin/tsrc/automaticanswertest/automaticanswertest.h Thu Jul 22 16:33:21 2010 +0100 @@ -0,0 +1,34 @@ + + +#ifndef AUTOMATICANSWERTEST_H +#define AUTOMATICANSWERTEST_H + + +#include +#include + +class CEtelIncomingCallMonitor; +class HbPushButton; + +class automaticanswertest : public HbView +{ + Q_OBJECT + +public: + automaticanswertest(QGraphicsItem *parent = 0); + ~automaticanswertest(); + +private: + void createContent(); + +protected slots: + void answer(); + void stopanswer(); + +private: + HbPushButton *answering; + HbPushButton *stopanswering; + CEtelIncomingCallMonitor* m_incomingVoiceCallMonitor; +}; + +#endif // AUTOMATICANSWERTEST_H