diff -r 39bb7c3571e9 -r 052078dda061 networkingtestandutils/ipprobe/src/sap.cpp --- a/networkingtestandutils/ipprobe/src/sap.cpp Mon May 03 13:58:16 2010 +0300 +++ b/networkingtestandutils/ipprobe/src/sap.cpp Tue Jun 29 19:20:22 2010 +0530 @@ -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"));