messagingfw/deprecate/senduiservices/src/SendingServiceInfoImpl.cpp
changeset 15 ff168ad79dda
equal deleted inserted replaced
3:28ae839b4c09 15:ff168ad79dda
       
     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:   Implementation of CMessageAddress interface.
       
    15 *                Encapsulates the ECom plugged sending service data.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 // INCLUDE FILES
       
    23 #include "SendingServiceInfoImpl.h"
       
    24 
       
    25 // ============================ MEMBER FUNCTIONS ===============================
       
    26 
       
    27 // -----------------------------------------------------------------------------
       
    28 // CSendingServiceInfoImpl::CSendingServiceInfoImpl
       
    29 // C++ default constructor can NOT contain any code, that
       
    30 // might leave.
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 CSendingServiceInfoImpl::CSendingServiceInfoImpl()
       
    34     {
       
    35     }
       
    36 
       
    37 // -----------------------------------------------------------------------------
       
    38 // CSendingServiceInfoImpl::NewL
       
    39 // Two-phased constructor.
       
    40 // -----------------------------------------------------------------------------
       
    41 //
       
    42 CSendingServiceInfoImpl* CSendingServiceInfoImpl::NewL()
       
    43     {
       
    44     }
       
    45 
       
    46 // ---------------------------------------------------------
       
    47 // CSendingServiceInfoImpl::NewLC
       
    48 // Two-phased constructor.
       
    49 // ---------------------------------------------------------
       
    50 //
       
    51 CSendingServiceInfoImpl* CSendingServiceInfoImpl::NewLC()
       
    52     {
       
    53     }
       
    54 
       
    55 
       
    56 // Destructor
       
    57 CSendingServiceInfoImpl::~CSendingServiceInfoImpl()
       
    58     {
       
    59     }
       
    60 
       
    61 // -----------------------------------------------------------------------------
       
    62 // CSendingServiceInfoImpl::CopyL
       
    63 // Creates a copy of CSendingServiceInfoImpl object.
       
    64 // (other items were commented in a header).
       
    65 // -----------------------------------------------------------------------------
       
    66 //
       
    67 CSendingServiceInfoImpl* CSendingServiceInfoImpl::CopyL() const
       
    68     {
       
    69     }
       
    70 
       
    71 // -----------------------------------------------------------------------------
       
    72 // CSendingServiceInfoImpl::SetServiceNameL
       
    73 // Sets service human readable name.
       
    74 // (other items were commented in a header).
       
    75 // -----------------------------------------------------------------------------
       
    76 //
       
    77 void CSendingServiceInfoImpl::SetServiceNameL(
       
    78     const TDesC& aServiceName )
       
    79     {
       
    80     }
       
    81 
       
    82 // -----------------------------------------------------------------------------
       
    83 // CSendingServiceInfoImpl::SetServiceMenuNameL
       
    84 // Sets service human readable name for the "Send"-menu.
       
    85 // (other items were commented in a header).
       
    86 // -----------------------------------------------------------------------------
       
    87 //
       
    88 void CSendingServiceInfoImpl::SetServiceMenuNameL(
       
    89     const TDesC& aServiceMenuName )
       
    90     {
       
    91     }
       
    92 
       
    93 // -----------------------------------------------------------------------------
       
    94 // CSendingServiceInfoImpl::SetServiceAddressL
       
    95 // Sets service address.
       
    96 // (other items were commented in a header).
       
    97 // -----------------------------------------------------------------------------
       
    98 //
       
    99 void CSendingServiceInfoImpl::SetServiceAddressL(
       
   100     const TDesC& aServiceAddress )
       
   101     {
       
   102     }
       
   103 
       
   104 
       
   105 //  End of File