diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:53:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:53:49 +0000 |
commit | 5b8840e879b5db3feda2f02a2628fc6223041062 (patch) | |
tree | 29fe72ac0e10818d0cb51b7ea24c46c3325ef3ce | |
parent | dd6c5e037deb18d50ac163f2bae1813b8e3f22e6 (diff) |
INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED
2003/04/09 10:09:42 kso 1.1.24.1: #108413# - debug macro unification.
-rw-r--r-- | automation/source/server/server.hxx | 10 |
1 files 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 |