profilesservices/ProfileEngine/EngSrc/CProfileEngineImplStaticProfiles.cpp
changeset 0 8c5d936e5675
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     1 /*
       
     2 * Copyright (c) 2002 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 the CProfileEngineImpl.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDE FILES
       
    21 #include "CProfileEngineImpl.h"
       
    22 
       
    23 // ============================ MEMBER FUNCTIONS ===============================
       
    24 
       
    25 // -----------------------------------------------------------------------------
       
    26 // CProfileEngineImpl::DeleteProfileL
       
    27 //
       
    28 // (other items were commented in a header).
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 TInt CProfileEngineImpl::DeleteProfileL( TInt /*aId*/ )
       
    32     {
       
    33     return KErrNone;
       
    34     }
       
    35 
       
    36 // -----------------------------------------------------------------------------
       
    37 // CProfileEngineImpl::CreateProfileL
       
    38 //
       
    39 // (other items were commented in a header).
       
    40 // -----------------------------------------------------------------------------
       
    41 //
       
    42 MProfileExtended* CProfileEngineImpl::CreateProfileL()
       
    43     {
       
    44     return NULL;
       
    45     }
       
    46 
       
    47 // -----------------------------------------------------------------------------
       
    48 // CProfileEngineImpl::ReadNewProfileNameFromResourceL
       
    49 //
       
    50 // (other items were commented in a header).
       
    51 // -----------------------------------------------------------------------------
       
    52 //
       
    53 void CProfileEngineImpl::ReadNewProfileNameFromResourceL( TDes& /*aProfileName*/ )
       
    54     {
       
    55     }
       
    56 
       
    57 // -----------------------------------------------------------------------------
       
    58 // CProfileEngineImpl::ReadDynamicProfilesNamesL
       
    59 //
       
    60 // (other items were commented in a header).
       
    61 // -----------------------------------------------------------------------------
       
    62 //
       
    63 void CProfileEngineImpl::ReadDynamicProfilesNamesL(
       
    64         CProfilesNamesArrayImpl* /* aProfilesNames */,
       
    65         CProfileNameImpl& /* aNameTemplate */ )
       
    66     {
       
    67     }
       
    68 
       
    69 // -----------------------------------------------------------------------------
       
    70 // CProfileEngineImpl::ReadNewProfileNameFromResourceLC
       
    71 //
       
    72 // (other items were commented in a header).
       
    73 // -----------------------------------------------------------------------------
       
    74 //
       
    75 CProfileNameImpl* CProfileEngineImpl::ReadNewProfileNameFromResourceLC()
       
    76     {
       
    77     return NULL;
       
    78     }
       
    79 
       
    80 // -----------------------------------------------------------------------------
       
    81 // CProfileEngineImpl::SetLocalizedNameForDynamicProfileL
       
    82 //
       
    83 // (other items were commented in a header).
       
    84 // -----------------------------------------------------------------------------
       
    85 //
       
    86 void CProfileEngineImpl::SetLocalizedNameForDynamicProfileL(
       
    87         CProfileImpl& aProfile )
       
    88     {
       
    89     }
       
    90 
       
    91 // ========================== OTHER EXPORTED FUNCTIONS =========================
       
    92 
       
    93 //  End of File