messagingfw/deprecate/senduiservices/inc/CSendingServiceInfo.inl
branchRCL_3
changeset 22 d2c4c66342f3
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:   Encapsulates the ECom plugged sending service data.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // ============================ MEMBER FUNCTIONS ===============================
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // CSendingServiceInfoImpl::ServiceName
       
    24 // Returns service human readable name.
       
    25 // (other items were commented in a header).
       
    26 // -----------------------------------------------------------------------------
       
    27 //
       
    28 inline const TPtrC CSendingServiceInfoImpl::ServiceName() const
       
    29     {
       
    30     }
       
    31 
       
    32 // -----------------------------------------------------------------------------
       
    33 // CSendingServiceInfoImpl::ServiceMenuName
       
    34 // Returns service human readable name for the "Send"-menu.
       
    35 // (other items were commented in a header).
       
    36 // -----------------------------------------------------------------------------
       
    37 //
       
    38 inline const TPtrC CSendingServiceInfoImpl::ServiceMenuName() const
       
    39     {
       
    40     }
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 // CSendingServiceInfoImpl::ServiceAddress
       
    44 // Returns service address.
       
    45 // (other items were commented in a header).
       
    46 // -----------------------------------------------------------------------------
       
    47 //
       
    48 inline const TPtrC CSendingServiceInfoImpl::ServiceAddress() const
       
    49     {
       
    50     }
       
    51 
       
    52 // -----------------------------------------------------------------------------
       
    53 // CSendingServiceInfoImpl::SetServiceId
       
    54 // Sets service id.
       
    55 // (other items were commented in a header).
       
    56 // -----------------------------------------------------------------------------
       
    57 //
       
    58 inline void CSendingServiceInfoImpl::SetServiceId( TUid aServiceId )
       
    59     {
       
    60     }
       
    61 
       
    62 // -----------------------------------------------------------------------------
       
    63 // CSendingServiceInfoImpl::ServiceId
       
    64 // Returns service id.
       
    65 // (other items were commented in a header).
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 inline TUid CSendingServiceInfoImpl::ServiceId() const
       
    69     {
       
    70     }
       
    71 
       
    72 // -----------------------------------------------------------------------------
       
    73 // CSendingServiceInfoImpl::SetServiceProviderId
       
    74 // Sets service provider id.
       
    75 // (other items were commented in a header).
       
    76 // -----------------------------------------------------------------------------
       
    77 //
       
    78 inline void CSendingServiceInfoImpl::SetServiceProviderId(
       
    79     TUid aServiceProviderId )
       
    80     {
       
    81     }
       
    82 
       
    83 // -----------------------------------------------------------------------------
       
    84 // CSendingServiceInfoImpl::ServiceProviderId
       
    85 // Returns service provider id.
       
    86 // (other items were commented in a header).
       
    87 // -----------------------------------------------------------------------------
       
    88 //
       
    89 inline TUid CSendingServiceInfoImpl::ServiceProviderId() const
       
    90     {
       
    91     }
       
    92 
       
    93 // -----------------------------------------------------------------------------
       
    94 // CSendingServiceInfoImpl::SetServiceCapabilities
       
    95 // Set service sending capabilities.
       
    96 // (other items were commented in a header).
       
    97 // -----------------------------------------------------------------------------
       
    98 //
       
    99 inline void CSendingServiceInfoImpl::SetServiceCapabilities(
       
   100     TSendingCapabilities aServiceCapabilities )
       
   101     {
       
   102     }
       
   103 
       
   104 // -----------------------------------------------------------------------------
       
   105 // CSendingServiceInfoImpl::ServiceCapabilities
       
   106 // Returns service sending capabilities.
       
   107 // (other items were commented in a header).
       
   108 // -----------------------------------------------------------------------------
       
   109 //
       
   110 inline TSendingCapabilities CSendingServiceInfoImpl::ServiceCapabilities() const
       
   111     {
       
   112     }
       
   113 
       
   114 // -----------------------------------------------------------------------------
       
   115 // CSendingServiceInfoImpl::ServiceId
       
   116 // Returns service id.
       
   117 // (other items were commented in a header).
       
   118 // -----------------------------------------------------------------------------
       
   119 //
       
   120 inline TUid CSendingServiceInfoImpl::TechnologyTypeId() const
       
   121     {
       
   122     }
       
   123 
       
   124 // -----------------------------------------------------------------------------
       
   125 // CSendingServiceInfoImpl::SetServiceProviderId
       
   126 // Sets service provider id.
       
   127 // (other items were commented in a header).
       
   128 // -----------------------------------------------------------------------------
       
   129 //
       
   130 inline void CSendingServiceInfoImpl::SetTechnologyTypeId(
       
   131     TUid aTechnologyTypeId )
       
   132     {
       
   133     }
       
   134     
       
   135 // -----------------------------------------------------------------------------
       
   136 // CSendingServiceInfoImpl::SetServiceCapabilities
       
   137 // Set service sending capabilities.
       
   138 // (other items were commented in a header).
       
   139 // -----------------------------------------------------------------------------
       
   140 //
       
   141 inline void CSendingServiceInfoImpl::SetServiceFeatures(
       
   142     TInt aServiceFeatures )
       
   143     {
       
   144     }
       
   145 
       
   146 // -----------------------------------------------------------------------------
       
   147 // CSendingServiceInfoImpl::ServiceCapabilities
       
   148 // Returns service sending capabilities.
       
   149 // (other items were commented in a header).
       
   150 // -----------------------------------------------------------------------------
       
   151 //
       
   152 inline TInt CSendingServiceInfoImpl::ServiceFeatures() const
       
   153     {
       
   154     }
       
   155 
       
   156 //  End of File