bluetooth/btsdp/test/protocolmanl.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2000-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 // a test harness for SDP protocol to send manual PDUs into the server
       
    15 // and onto the wire.
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 #ifndef PROTOCOLMANL_H
       
    21 #define PROTOCOLMANL_H
       
    22 
       
    23 #include "SDPDatabase.h"
       
    24 
       
    25 
       
    26 GLREF_D CSdpDatabase *gSdpDatabase;
       
    27 
       
    28 // #ifdef __FLOGGING__
       
    29 // GLREF_D TInt sdp_debug_level = 5;
       
    30 // #endif
       
    31 
       
    32 HBufC8* InjectLC(TInt aReqID, const TPtr8& aReqBuf);
       
    33 void TestBL(RTest& atest);
       
    34 void TestCL(RTest& atest, CSdpDatabase *aDb);
       
    35 
       
    36 
       
    37 #endif