INTEGRATION: CWS gh13 (1.14.26); FILE MERGED

2006/11/22 11:04:57 gh 1.14.26.1: #i22679# new commands to request webpages
This commit is contained in:
Kurt Zenker 2007-05-11 07:56:01 +00:00
parent 490a308ab7
commit 0b41434601

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: objtest.hxx,v $ * $RCSfile: objtest.hxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: hr $ $Date: 2006-06-20 00:27:23 $ * last change: $Author: kz $ $Date: 2007-05-11 08:56:01 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -50,7 +50,9 @@
#ifndef _SMARTID_HXX_ #ifndef _SMARTID_HXX_
#include <vcl/smartid.hxx> #include <vcl/smartid.hxx>
#endif #endif
#ifndef _HTTPREQUEST_HXX_
#include "httprequest.hxx"
#endif
#include <map> #include <map>
@ -110,6 +112,8 @@
#define ID_GetLinkDestination 54 #define ID_GetLinkDestination 54
#define ID_GetRegistryValue 55 #define ID_GetRegistryValue 55
#define ID_KillApp 56 #define ID_KillApp 56
#define ID_HTTPSend 57
#define ID_HTTPSetProxy 58
#define ID_DoNothing 99 #define ID_DoNothing 99
void ReadFlatArray( const ControlDefLoad arWas [], CNames *&pNames ); void ReadFlatArray( const ControlDefLoad arWas [], CNames *&pNames );
@ -313,7 +317,9 @@ public:
BOOL bStopOnSyntaxError; // catch syntax errors in testcases or not BOOL bStopOnSyntaxError; // catch syntax errors in testcases or not
Environment *pChildEnv; // Environment Variables for child Process Environment *pChildEnv; // Environment Variables for child Process
HttpRequest *pHttpRequest; // used for sending HTTP requests
}; };