From 5b8840e879b5db3feda2f02a2628fc6223041062 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 14:53:49 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED 2003/04/09 10:09:42 kso 1.1.24.1: #108413# - debug macro unification. --- automation/source/server/server.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/automation/source/server/server.hxx b/automation/source/server/server.hxx index dd92d8472bf2..77d73a48f6e7 100644 --- a/automation/source/server/server.hxx +++ b/automation/source/server/server.hxx @@ -2,9 +2,9 @@ * * $RCSfile: server.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2002-11-18 15:28:54 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:53:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ namespace vos class RemoteControlCommunicationManager : public CommunicationManagerServerViaSocket { -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 EditWindow *m_pDbgWin; #endif String aOriginalWinCaption; @@ -98,7 +98,7 @@ class RemoteControlCommunicationManager : public CommunicationManagerServerViaSo static BOOL bQuiet; public: -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 RemoteControlCommunicationManager( EditWindow * pDbgWin ); #else RemoteControlCommunicationManager(); @@ -111,7 +111,7 @@ public: static ULONG GetPort(); static USHORT nComm; -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 // virtual void DataReceived( CommunicationLink* pCL ); #endif -- cgit v1.2.1