Kaydet (Commit) 3b1ab7fa authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS toolbars2 (1.7.10); FILE MERGED

2004/08/11 12:49:23 cd 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED
2004/08/10 13:41:35 gh 1.7.10.2: #i32516#using new SmartIds in Testtool
2004/08/09 08:24:59 gh 1.7.10.1: #i32449#use SmartId from VCL
üst 141c4c0c
......@@ -2,9 +2,9 @@
*
* $RCSfile: statemnt.hxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: hr $ $Date: 2004-08-02 15:49:11 $
* last change: $Author: obo $ $Date: 2004-09-09 17:24:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -111,7 +111,7 @@
#endif
#ifndef _SMARTID_HXX_
#include "smartid.hxx"
#include <vcl/smartid.hxx>
#endif
class Window;
......@@ -302,10 +302,10 @@ public:
StatementList *pNext;
static StatementList /**pCurrent,*/ *pFirst;
static BOOL bReadingCommands;
static ULONG nWindowWaitUId;
static SmartId aWindowWaitUId;
static Window *pWindowWaitPointer;
static ULONG nWindowWaitOldHelpId;
static ULONG nWindowWaitOldUniqueId;
static SmartId aWindowWaitOldHelpId;
static SmartId aWindowWaitOldUniqueId;
static RetStream *pRet;
static BOOL IsError;
static BOOL bDying;
......
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