--- a/tools/qtestlib/wince/cetest/cetcpsyncconnection.cpp Wed Jun 23 19:07:03 2010 +0300
+++ b/tools/qtestlib/wince/cetest/cetcpsyncconnection.cpp Tue Jul 06 15:10:48 2010 +0300
@@ -198,3 +198,24 @@
file.remove();
return result;
}
+
+bool CeTcpSyncConnection::resetDevice()
+{
+ qWarning("CeTcpSyncConnection::resetDevice not implemented");
+ return false;
+}
+
+bool CeTcpSyncConnection::toggleDevicePower(int *returnValue)
+{
+ Q_UNUSED(returnValue);
+ qWarning("CeTcpSyncConnection::toggleDevicePower not implemented");
+ return false;
+}
+
+bool CeTcpSyncConnection::setDeviceAwake(bool activate, int *returnValue)
+{
+ Q_UNUSED(activate);
+ Q_UNUSED(returnValue);
+ qWarning("CeTcpSyncConnection::setDeviceAwake not implemented");
+ return false;
+}