datacommsserver/esockserver/test/TS_MultiHoming/TS_CheckLinkLocalSame.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2002-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 // TS_ShowConnections.h
       
    15 // This is the header file for MultiHoming test section 1
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22  
       
    23 #if !defined (__TS_CHECKLINKLOCALSAME_H__)
       
    24 #define __TS_CHECKLINKLOCALSAME_H__
       
    25 
       
    26 #include "TS_MultiHomingStep.h"
       
    27 #include "TS_MultiHomingSuite.h"
       
    28 
       
    29 /******************************************************
       
    30  * CheckLinkLocalSame compares two link-local addresses
       
    31  */
       
    32 class CTS_CheckLinkLocalSame : public CTS_MultiHomingStep
       
    33 	{
       
    34 	public:
       
    35 		CTS_CheckLinkLocalSame();
       
    36 		virtual ~CTS_CheckLinkLocalSame();	
       
    37 		virtual enum TVerdict doTestStepL( void );
       
    38 
       
    39 	private:
       
    40 
       
    41 		enum TVerdict doTestStepPreambleL(void);
       
    42 	};
       
    43 
       
    44 
       
    45 #endif 
       
    46 		// __TS_CHECKLINKLOCALSAME_H__
       
    47