diff -r b433d36685ef -r 73696f712f10 networkingtestandutils/ipprobe/src/sap.cpp --- a/networkingtestandutils/ipprobe/src/sap.cpp Mon Jun 21 22:44:36 2010 +0100 +++ b/networkingtestandutils/ipprobe/src/sap.cpp Thu Jul 22 16:48:06 2010 +0100 @@ -1,21 +1,23 @@ -// 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 -// +/* +* 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 +* +*/ #include "sap.h" + CProviderProbe::CProviderProbe(CProtocolProbe* aProtocol) : iProtocol(aProtocol) { __DECLARE_NAME(_S("CProviderProbe"));