contentctrl_plat/adapter_customization_api/tsrc/DummyAdapter/src/nsmldummyutility.cpp
branchRCL_3
changeset 24 8e7494275d3a
parent 23 2bb96f4ecad8
child 25 4f0867e42d62
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
     1 /*
       
     2 * Copyright (c) 2009 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:  DS Dummy Adapter utility
       
    15 *
       
    16 */
       
    17 /*
       
    18 * ==============================================================================
       
    19 *  Name        : nsmldummyutility.cpp
       
    20 *  Part of     : Nokia SyncML / DS Contacts
       
    21 *  Description : DS dummy adapters
       
    22 *  Version     :
       
    23 *
       
    24 *  Copyright © 2009 Nokia Corporation.
       
    25 *  This material, including documentation and any related
       
    26 *  computer programs, is protected by copyright controlled by
       
    27 *  Nokia Corporation. All rights are reserved. Copying,
       
    28 *  including reproducing, storing, adapting or translating, any
       
    29 *  or all of this material requires the prior written consent of
       
    30 *  Nokia Corporation. This material also contains confidential
       
    31 *  information which may not be disclosed to others without the
       
    32 *  prior written consent of Nokia Corporation.
       
    33 * ==============================================================================
       
    34 */
       
    35 
       
    36 //  CLASS HEADER
       
    37 #include "nsmldummyutility.h"
       
    38 
       
    39 
       
    40 
       
    41 
       
    42 void CNSmlDummyUtility::ShowNote( const TDesC& aNote )
       
    43     {
       
    44     DBG_ARGS(aNote);
       
    45     }
       
    46 
       
    47 
       
    48 
       
    49 // end of file