telephonyprotocols/secondarypdpcontextumtsdriver/te_spudNetworkSide/src/spudNetSideQos.h
changeset 69 b982c3e940f3
parent 59 ac20d6a0a19d
child 73 70d75957b98f
equal deleted inserted replaced
59:ac20d6a0a19d 69:b982c3e940f3
     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 // te_spudNetSideQos.h
       
    15 // Defines the Network-side events & error conditions tests for SPUD.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #ifndef TE_SPUD_NETSIDE_QOS_H
       
    25 #define TE_SPUD_NETSIDE_QOS_H
       
    26 
       
    27 #ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    28 #include <networking/qoslib.h>
       
    29 
       
    30 
       
    31 /** Encapsulates all Spud Network Side tests */
       
    32 TPtrC QoSEventToText(TQoSEvent aEvent);
       
    33 #endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    34 
       
    35 #endif