From b2ddfec7f450dda230719900f516bf014434d64c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 23:27:36 +0000 Subject: INTEGRATION: CWS warnings01 (1.7.12); FILE MERGED 2006/02/02 09:20:04 gh 1.7.12.1: removed compiler warnings --- automation/source/testtool/tcommuni.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'automation') diff --git a/automation/source/testtool/tcommuni.hxx b/automation/source/testtool/tcommuni.hxx index d4d52bc7e..a654103bb 100644 --- a/automation/source/testtool/tcommuni.hxx +++ b/automation/source/testtool/tcommuni.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tcommuni.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:33:55 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:27:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #include #ifndef _STRING_LIST -DECLARE_LIST( StringList, String * ); +DECLARE_LIST( StringList, String * ) #define _STRING_LIST #endif @@ -55,6 +55,7 @@ class CommunicationManagerClientViaSocketTT : public CommunicationManagerClientV public: CommunicationManagerClientViaSocketTT(); + using CommunicationManagerClientViaSocket::StartCommunication; virtual BOOL StartCommunication(); virtual BOOL StartCommunication( String aApp, String aParams, Environment *pChildEnv ); -- cgit v1.2.3