skins/AknSkins/sdcinc/SDCIIDConstants.h
changeset 0 05e9090e2422
child 32 d9c996538b26
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:  Constants for compiler.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if !defined(AFX_SDCIIDCONSTANTS_H__2A2FCA67_4781_4E2D_ADD6_8DF782C75932__INCLUDED_)
       
    20 #define AFX_SDCIIDCONSTANTS_H__2A2FCA67_4781_4E2D_ADD6_8DF782C75932__INCLUDED_
       
    21 
       
    22 #if _MSC_VER > 1000
       
    23 #pragma once
       
    24 #endif // _MSC_VER > 1000
       
    25 
       
    26 #include "AknsConstants.hrh"
       
    27 
       
    28 #include <string.h>
       
    29 #include <vector>
       
    30 
       
    31 using namespace std;
       
    32 
       
    33 struct TSDCIIDEntry
       
    34     {
       
    35     wchar_t iName[256];
       
    36     int iMajor;
       
    37     int iMinor;
       
    38     };
       
    39 
       
    40 class SDCIIDConstants
       
    41     {
       
    42     public:
       
    43         static void Initialize( const char* aFilename );
       
    44         ~SDCIIDConstants();
       
    45 
       
    46     public:
       
    47         static const TSDCIIDEntry* Find( const wchar_t* aName );
       
    48         static const TSDCIIDEntry* FindPlain( const wchar_t* aName );
       
    49         static const TSDCIIDEntry* FindBmpName( const wchar_t* aName );
       
    50     };
       
    51 
       
    52 #endif // !defined(AFX_SDCIIDCONSTANTS_H__2A2FCA67_4781_4E2D_ADD6_8DF782C75932__INCLUDED_)