messagingfw/deprecate/senduiservices/inc/CSendingServiceInfo.inl
author hgs
Fri, 01 Oct 2010 17:14:10 +0530
changeset 53 2b8b3a393cb5
parent 15 ff168ad79dda
permissions -rw-r--r--
201039_01

/*
* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   Encapsulates the ECom plugged sending service data.
*
*/



// ============================ MEMBER FUNCTIONS ===============================

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::ServiceName
// Returns service human readable name.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline const TPtrC CSendingServiceInfoImpl::ServiceName() const
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::ServiceMenuName
// Returns service human readable name for the "Send"-menu.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline const TPtrC CSendingServiceInfoImpl::ServiceMenuName() const
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::ServiceAddress
// Returns service address.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline const TPtrC CSendingServiceInfoImpl::ServiceAddress() const
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::SetServiceId
// Sets service id.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline void CSendingServiceInfoImpl::SetServiceId( TUid aServiceId )
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::ServiceId
// Returns service id.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline TUid CSendingServiceInfoImpl::ServiceId() const
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::SetServiceProviderId
// Sets service provider id.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline void CSendingServiceInfoImpl::SetServiceProviderId(
    TUid aServiceProviderId )
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::ServiceProviderId
// Returns service provider id.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline TUid CSendingServiceInfoImpl::ServiceProviderId() const
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::SetServiceCapabilities
// Set service sending capabilities.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline void CSendingServiceInfoImpl::SetServiceCapabilities(
    TSendingCapabilities aServiceCapabilities )
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::ServiceCapabilities
// Returns service sending capabilities.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline TSendingCapabilities CSendingServiceInfoImpl::ServiceCapabilities() const
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::ServiceId
// Returns service id.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline TUid CSendingServiceInfoImpl::TechnologyTypeId() const
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::SetServiceProviderId
// Sets service provider id.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline void CSendingServiceInfoImpl::SetTechnologyTypeId(
    TUid aTechnologyTypeId )
    {
    }
    
// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::SetServiceCapabilities
// Set service sending capabilities.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline void CSendingServiceInfoImpl::SetServiceFeatures(
    TInt aServiceFeatures )
    {
    }

// -----------------------------------------------------------------------------
// CSendingServiceInfoImpl::ServiceCapabilities
// Returns service sending capabilities.
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
inline TInt CSendingServiceInfoImpl::ServiceFeatures() const
    {
    }

//  End of File