summaryrefslogtreecommitdiffstats
path: root/tools/qtestlib/wince/remotelib/commands.h
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-07-02 01:42:25 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-07-02 05:19:29 (GMT)
commitfb1fa68ae8555deeaeaf6f193c678269c85ffc4d (patch)
treeae24efe6a5b6ea12b0ff10199749d058eb3d1e7d /tools/qtestlib/wince/remotelib/commands.h
parentcdfb2ed5096053314c0e23482609a1a491636ac1 (diff)
downloadQt-fb1fa68ae8555deeaeaf6f193c678269c85ffc4d.zip
Qt-fb1fa68ae8555deeaeaf6f193c678269c85ffc4d.tar.gz
Qt-fb1fa68ae8555deeaeaf6f193c678269c85ffc4d.tar.bz2
Let QtRemote report the error code to cetest when creating the test
process fails. This gives some hint to the user in the case of problems like missing DLLs, as opposed to silent failure. Reviewed-by: Michael Goddard
Diffstat (limited to 'tools/qtestlib/wince/remotelib/commands.h')
-rw-r--r--tools/qtestlib/wince/remotelib/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qtestlib/wince/remotelib/commands.h b/tools/qtestlib/wince/remotelib/commands.h
index 9f0b2e3..5275f2c 100644
--- a/tools/qtestlib/wince/remotelib/commands.h
+++ b/tools/qtestlib/wince/remotelib/commands.h
@@ -45,7 +45,7 @@
extern "C" {
int __declspec(dllexport) qRemoteLaunch(DWORD, BYTE*, DWORD*, BYTE**, IRAPIStream*);
- bool __declspec(dllexport) qRemoteExecute(const wchar_t* program, const wchar_t* arguments = NULL, int *returnValue = NULL , int timeout = -1);
+ bool __declspec(dllexport) qRemoteExecute(const wchar_t* program, const wchar_t* arguments = NULL, int *returnValue = NULL , DWORD* error = NULL, int timeout = -1);
}
#endif