tools/qtestlib/wince/cetest/cetcpsyncconnection.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/tools/qtestlib/wince/cetest/cetcpsyncconnection.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/tools/qtestlib/wince/cetest/cetcpsyncconnection.h	Tue Jul 06 15:10:48 2010 +0300
@@ -75,6 +75,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;
 };