bluetooth/btexample/test/cit/ROMConfig/inc/cteststepbtromconfiguser001.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2005-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 //
       
    15 
       
    16 #ifndef CTESTSTEPBTROMCONFIGUSER001_H
       
    17 #define CTESTSTEPBTROMCONFIGUSER001_H
       
    18 
       
    19 #include "cteststepbtromconfigbase.h"
       
    20 #include <es_sock.h>
       
    21 #include <bt_sock.h>
       
    22 
       
    23 class CTestStepBtRomConfigUser001 : public CTestStepBtRomConfigBase, public MBluetoothPhysicalLinksNotifier
       
    24 	{
       
    25 public:
       
    26 	static CTestStepBtRomConfigUser001* New(CTestServer& aParent);
       
    27 	~CTestStepBtRomConfigUser001();
       
    28 	TVerdict doTestStepL();
       
    29 	
       
    30 private:
       
    31 	CTestStepBtRomConfigUser001(CTestServer& aParent);
       
    32 	void TestPhysicalLinksConstructorL(TInt aTestSubCase);
       
    33 
       
    34 	// from MBluetoothPhysicalLinksNotifier
       
    35 	void HandleCreateConnectionCompleteL(TInt aErr);
       
    36 	void HandleDisconnectCompleteL(TInt aErr);
       
    37 	void HandleDisconnectAllCompleteL(TInt aErr);
       
    38 	
       
    39 	RSocketServ iSocketServ;
       
    40 	};
       
    41 
       
    42 _LIT(KTestNameUser001, "BT_ROMCONFIG_USER_001"); 
       
    43 #endif //  CTESTSTEPBTROMCONFIGUSER001_H
       
    44 
       
    45 // EOF