diff -r abbed5a4b42a -r 8d540f55e491 networkingtestandutils/ipprobe/src/sap.cpp --- a/networkingtestandutils/ipprobe/src/sap.cpp Tue Aug 31 16:45:15 2010 +0300 +++ b/networkingtestandutils/ipprobe/src/sap.cpp Wed Sep 01 12:33:58 2010 +0100 @@ -1,23 +1,21 @@ -/* -* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Packet probe hook -* -*/ +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// sap.cpp - Packet Probe Hook +// #include "sap.h" - CProviderProbe::CProviderProbe(CProtocolProbe* aProtocol) : iProtocol(aProtocol) { __DECLARE_NAME(_S("CProviderProbe"));