Kaydet (Commit) 1b62d074 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS docking1 (1.4.18); FILE MERGED

2004/06/15 15:01:35 gh 1.4.18.1: #i29531#add support for string ids to acces UI elements. Needed for new ToolBoxes
üst bcb1bf66
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: testapp.hxx,v $ * $RCSfile: testapp.hxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2004-06-17 11:38:46 $ * last change: $Author: obo $ $Date: 2004-07-06 12:03:44 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
#ifndef _BASIC_TESTTOOL_HXX_ #ifndef _BASIC_TESTTOOL_HXX_
#include <basic/testtool.hxx> #include <basic/testtool.hxx>
#endif #endif
#ifndef _SMARTID_HXX_
#include "smartid.hxx"
#endif
class CommunicationLink; class CommunicationLink;
class CommunicationManagerClientViaSocketTT; class CommunicationManagerClientViaSocketTT;
...@@ -103,7 +106,7 @@ public: ...@@ -103,7 +106,7 @@ public:
SV_DECL_PTRARR_DEL(CErrors, ErrorEntry*, 1, 1) SV_DECL_PTRARR_DEL(CErrors, ErrorEntry*, 1, 1)
struct ControlDefLoad { struct ControlDefLoad {
char* Kurzname; const char* Kurzname;
ULONG nUId; ULONG nUId;
}; };
...@@ -166,7 +169,7 @@ private: ...@@ -166,7 +169,7 @@ private:
BOOL bReturnOK; // Bricht WaitForAnswer ab BOOL bReturnOK; // Bricht WaitForAnswer ab
CRevNames *pShortNames; // Aktuell verwendete Controls, zur gewinnung des Namens aus Fehlermeldung CRevNames *pShortNames; // Aktuell verwendete Controls, zur gewinnung des Namens aus Fehlermeldung
ULONG nSequence; // Sequence um Antwort und Anfrage zu syncronisieren ULONG nSequence; // Sequence um Antwort und Anfrage zu syncronisieren
TTUniqueId aNextReturnId; // Id des Returnwertes i.e. UId SmartId aNextReturnId; // Id des Returnwertes i.e. UId
void ReplaceNumbers(String &aText); // Zahlen im String mit speziellem Format in Namen umwandeln void ReplaceNumbers(String &aText); // Zahlen im String mit speziellem Format in Namen umwandeln
String aLastRecordedKontext;// Keeps the last kontext recorded by the Macro Recorder String aLastRecordedKontext;// Keeps the last kontext recorded by the Macro Recorder
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment