diff -r dee5afe5301f -r 3f74d0d4af4c tools/qtestlib/wince/cetest/activesyncconnection.h --- a/tools/qtestlib/wince/cetest/activesyncconnection.h Mon Mar 15 12:43:09 2010 +0200 +++ b/tools/qtestlib/wince/cetest/activesyncconnection.h Thu Apr 08 14:19:33 2010 +0300 @@ -79,6 +79,9 @@ bool createDirectory(const QString&, bool deleteBefore=false); bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL); + bool resetDevice(); + bool toggleDevicePower(int *returnValue = NULL); + bool setDeviceAwake(bool activate, int *returnValue = NULL); private: bool connected; };