skins/AknSkins/sdcinc/SDCMBMOutput.h
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2003-2008 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:  Multipart bitmap file output.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if !defined(AFX_SDCMBMOUTPUT_H__49B09DAC_4DE9_44A4_A3AB_AAC818C72A4A__INCLUDED_)
       
    20 #define AFX_SDCMBMOUTPUT_H__49B09DAC_4DE9_44A4_A3AB_AAC818C72A4A__INCLUDED_
       
    21 
       
    22 #if _MSC_VER > 1000
       
    23 #pragma once
       
    24 #endif // _MSC_VER > 1000
       
    25 
       
    26 #include "SDCData.h"
       
    27 
       
    28 class CSDCMBMOutput
       
    29     {
       
    30     public:
       
    31         CSDCMBMOutput();
       
    32         virtual ~CSDCMBMOutput();
       
    33 
       
    34     public:
       
    35         void Output( CSDCData* aData, const char* aBaseName, const char* aBmconvTxtFilename );
       
    36 
       
    37     };
       
    38 
       
    39 #endif // !defined(AFX_SDCMBMOUTPUT_H__49B09DAC_4DE9_44A4_A3AB_AAC818C72A4A__INCLUDED_)