telephonyserver/etelpacketdata/Te_EtelPacket/Te_EtelPacketTestContextConnectionInfo.h
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This is the header file for Packet Data Context test Connection Information
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent 
       
    21 */
       
    22 
       
    23 #ifndef __ETELPACKETTESTCONTEXTCONNECTIONINFORMATION_H__
       
    24 #define __ETELPACKETTESTCONTEXTCONNECTIONINFORMATION_H__
       
    25 
       
    26 #include "Te_EtelPacketTestStepBase.h"
       
    27 
       
    28 _LIT(KContextConnectionInfo,"Context_Connection_Info");
       
    29 
       
    30 class CEtelPacketTestContextConnectionInfo : public CTestStepEtelPacket
       
    31 {
       
    32 public:
       
    33 	CEtelPacketTestContextConnectionInfo();
       
    34 	~CEtelPacketTestContextConnectionInfo();
       
    35 
       
    36 	virtual enum TVerdict doTestStepL( void );
       
    37 };
       
    38 
       
    39 //
       
    40 #endif //__ETELPACKETTESTCONTEXTCONNECTIONINFORMATION_H__