services/terminalmodeservice/inc/upnptmserverdevicexmlparser.inl
branchRCL_3
changeset 9 5c72fd91570d
equal deleted inserted replaced
5:8116cc943311 9:5c72fd91570d
       
     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: CUpnpTmServerDeviceXmlParser INL file.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __UPNPTMSERVERDEVICEXMLPARSER_INL__
       
    19 #define __UPNPTMSERVERDEVICEXMLPARSER_INL__
       
    20 
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // CUpnpTmServerDeviceXmlParser::OnError 
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 inline void CUpnpTmServerDeviceXmlParser::OnError(TInt /*aErrorCode*/ )
       
    27     {
       
    28     }
       
    29 
       
    30 // -----------------------------------------------------------------------------
       
    31 // CUpnpTmServerDeviceXmlParser::GetExtendedInterface 
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 inline TAny* CUpnpTmServerDeviceXmlParser::GetExtendedInterface(const TInt32 /*aUid*/)
       
    35     {
       
    36     return NULL;    
       
    37     }
       
    38 
       
    39 // -----------------------------------------------------------------------------
       
    40 // CUpnpTmServerDeviceXmlParser::DevicePath 
       
    41 // @return Returns the device description filepath
       
    42 // -----------------------------------------------------------------------------
       
    43 //
       
    44 inline const TDesC& CUpnpTmServerDeviceXmlParser::DevicePath()
       
    45     {
       
    46     return iDescFilePath;   
       
    47     }
       
    48 
       
    49 // -----------------------------------------------------------------------------
       
    50 // CUpnpTmServerDeviceXmlParser::AppServerSrvPath 
       
    51 // @return Returns TmAppServerService filepath
       
    52 // -----------------------------------------------------------------------------
       
    53 //
       
    54 inline const TDesC& CUpnpTmServerDeviceXmlParser::AppServerSrvPath()
       
    55     {
       
    56     return iAppServerSrvFilePath;
       
    57     }
       
    58 
       
    59 // -----------------------------------------------------------------------------
       
    60 // CUpnpTmServerDeviceXmlParser::ClientProfileSrvPath
       
    61 // @return Returns TmClientProfileService filepath
       
    62 // -----------------------------------------------------------------------------
       
    63 //
       
    64 inline const TDesC& CUpnpTmServerDeviceXmlParser::ClientProfileSrvPath()
       
    65     {
       
    66     return iClientProfSrvFilePath;
       
    67     }
       
    68 
       
    69 // -----------------------------------------------------------------------------
       
    70 // CUpnpTmServerDeviceXmlParser::DescriptionUri 
       
    71 // @return Returns the device description URI
       
    72 // -----------------------------------------------------------------------------
       
    73 //
       
    74 inline const TDesC8& CUpnpTmServerDeviceXmlParser::DescriptionUri()
       
    75     {
       
    76     return iDescriptionUri;
       
    77     }
       
    78 
       
    79 #endif // __UPNPREMOTEUIDEVICEXMLPARSER_INL__