Update contrib.
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
 
     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".
 
     9 * Initial Contributors:
 
    10 * Nokia Corporation - initial contribution.
 
    14 * Description:         This module is a plug-in module for Shift-JIS with Pictograph.
 
    15 *                Basicaly, Vodafone Pictograph is encoded by ISO2022, 
 
    16 *                but Japanese FEP needs a pictograph as one character code 
 
    17 *                in Shift-JIS character code set.
 
    31 #include "CnvShiftJisDirectmap.h"
 
    32 #include "convgeneratedcpp.h"
 
    36 // FORWARD DECLARATIONS
 
    37 struct SCnvConversionData;
 
    39 // ============================ MEMBER FUNCTIONS ===============================
 
    41 // -----------------------------------------------------------------------------
 
    42 // CnvShiftJisDirectmap::ConversionData()
 
    43 // This class has a conversion data for Vodafone pictograph page1.
 
    44 // CnvShiftJisDirectmap only to be used by CnvPictographShared.dll.
 
    45 // (other items were commented in a header).
 
    46 // -----------------------------------------------------------------------------
 
    48 EXPORT_C const SCnvConversionData& CnvShiftJisDirectmap::ConversionData()
 
    50     return conversionData;