usbmgmt/usbmgr/device/classdrivers/ncm/classimplementation/ncmpktdrv/pktdrv/inc/ncmcommunicationinterface.inl
branchRCL_3
changeset 15 f92a4f87e424
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * NCM communication interface class inl file 
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20 @file
       
    21 @internalComponent
       
    22 */
       
    23 
       
    24 #ifndef NCMCOMMUNICATIONINTERFACE_INL
       
    25 #define NCMCOMMUNICATIONINTERFACE_INL
       
    26 
       
    27 inline RDevUsbcScClient& CNcmCommunicationInterface::Ldd()
       
    28     {
       
    29     return iPort;
       
    30     }
       
    31 
       
    32 inline TBool CNcmCommunicationInterface::IsStarted()
       
    33     {
       
    34     return iStarted;
       
    35     }
       
    36 
       
    37 
       
    38 #endif //NCMCOMMUNICATIONINTERFACE_INL